Add spaces so tag cloud columns can wrap.

This commit is contained in:
Katrina Owen 2013-03-02 15:52:39 -05:00
parent 6c3f447d8e
commit d4fb1f95d8

View file

@ -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
-%>