diff --git a/app/views/proposals/_categories.html.erb b/app/views/proposals/_categories.html.erb index 038934da4..ec87fd734 100644 --- a/app/views/proposals/_categories.html.erb +++ b/app/views/proposals/_categories.html.erb @@ -2,8 +2,8 @@
-
+
\ No newline at end of file + diff --git a/app/views/shared/_tag_cloud.html.erb b/app/views/shared/_tag_cloud.html.erb index 64a37172d..baa966a77 100644 --- a/app/views/shared/_tag_cloud.html.erb +++ b/app/views/shared/_tag_cloud.html.erb @@ -1,12 +1,14 @@ -
+

- - <% @tag_cloud.tags.each do |tag| %> - <%= link_to taggable_path(taggable, tag.name) do %> - <%= tag.name %> +
- diff --git a/app/views/shared/_tags.html.erb b/app/views/shared/_tags.html.erb index 55f4f2dc6..b3fa48bdd 100644 --- a/app/views/shared/_tags.html.erb +++ b/app/views/shared/_tags.html.erb @@ -1,14 +1,16 @@ <%- limit ||= nil %> <% if taggable.tags.any? %> - + <% end %>