Merge pull request #166 from kytrinyx/tag-cloud-columns

Add spaces so tag cloud columns can wrap.
This commit is contained in:
Matt Rogers 2013-03-02 13:47:44 -08:00
commit 0ab7e2101f

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