Merge pull request #519 from AyuntamientoMadrid/fix-tagcloud-488

Fix tagcloud
This commit is contained in:
Juanjo Bazán
2015-09-17 17:24:39 +02:00
20 changed files with 219 additions and 23 deletions

View File

@@ -42,7 +42,7 @@
<%= link_to debate.description, debate %>
<div class="truncate"></div>
</div>
<%= render "shared/tags", debate: debate, limit: 5 %>
<%= render "shared/tags", taggable: debate, limit: 5 %>
</div>
</div>