mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 03:58:49 +01:00
Add spaces so tag cloud columns can wrap.
This commit is contained in:
parent
6c3f447d8e
commit
d4fb1f95d8
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
-%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue