diff --git a/app/views/shared/_tags.html.erb b/app/views/shared/_tags.html.erb index 9bb7537cf..6c6d87096 100644 --- a/app/views/shared/_tags.html.erb +++ b/app/views/shared/_tags.html.erb @@ -1,5 +1,5 @@ <%- limit ||= nil %> -<%= taggable = defined?(debate) ? debate : proposal %> +<%- taggable = defined?(debate) ? debate : proposal %> <% if taggable.tags.any? %> @@ -12,4 +12,4 @@ send("#{taggable.class.to_s.downcase}_path", taggable) %> <% end %> -<% end %> \ No newline at end of file +<% end %>