From d4fb1f95d82dec5f9829e31380653383ae72bc79 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Sat, 2 Mar 2013 15:52:39 -0500 Subject: [PATCH] Add spaces so tag cloud columns can wrap. --- app/views/stats/_tags.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/stats/_tags.html.erb b/app/views/stats/_tags.html.erb index bd719a75..f41628bb 100755 --- a/app/views/stats/_tags.html.erb +++ b/app/views/stats/_tags.html.erb @@ -7,11 +7,11 @@ t('stats.no_tags_available') else tag_cloud.tags.each do |t| -%><%= +%> <%= link_to t.name, tag_path(t.name), { :style => "font-size: " + "#{font_size(tag_cloud, t)}pt", :title => "#{t.count} #{t('common.actions_midsentence', :count => t.count)}"} --%><% +-%> <% end end -%>