Merge branch 'proposals' of github.com:AyuntamientoMadrid/participacion into proposals

This commit is contained in:
Juanjo Bazán
2015-09-12 14:29:45 +02:00

View File

@@ -1,5 +1,5 @@
<%- limit ||= nil %>
<%= taggable = defined?(debate) ? debate : proposal %>
<%- taggable = defined?(debate) ? debate : proposal %>
<% if taggable.tags.any? %>
<span class='tags'>
@@ -12,4 +12,4 @@
send("#{taggable.class.to_s.downcase}_path", taggable) %>
<% end %>
</span>
<% end %>
<% end %>