Only show possible text size in drop up.

This commit is contained in:
Martin Edenhofer 2014-08-27 16:48:39 +02:00
parent ab82b853fc
commit e441476ee5

View file

@ -20,7 +20,7 @@
<% end %>
<li class="<% if @active_tab[item.target] : %>active<% end %>">
<a href="<%= item.target %>" class="horizontal">
<span class="flex"><%- @T( item.name ) %></span>
<span class="flex contain-text"><%- @T( item.name ) %></span>
<% if item['count'] isnt undefined: %><span class="badge count"><%= item['count'] %></span><% end %>
<% if item.iconClass: %><span class="<%= item.iconClass %> icon"></span><% end %>
</a>