Merge branch 'proposals' of github.com:AyuntamientoMadrid/participacion into proposals
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<%- limit ||= nil %>
|
<%- limit ||= nil %>
|
||||||
<%= taggable = defined?(debate) ? debate : proposal %>
|
<%- taggable = defined?(debate) ? debate : proposal %>
|
||||||
|
|
||||||
<% if taggable.tags.any? %>
|
<% if taggable.tags.any? %>
|
||||||
<span class='tags'>
|
<span class='tags'>
|
||||||
@@ -12,4 +12,4 @@
|
|||||||
send("#{taggable.class.to_s.downcase}_path", taggable) %>
|
send("#{taggable.class.to_s.downcase}_path", taggable) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</span>
|
</span>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user