Topbar inclusions

This commit is contained in:
Thomas Blazek
2013-08-04 18:37:34 +02:00
parent c72c186d62
commit ef81b61260
6 changed files with 21 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
<br>
<% else %>
<li>
<%= link_to_unless_current '<i class="'.html_safe + tb[:hicon].to_s.html_safe + '"></i>'.html_safe+ tb[:text], tb[:path] %><span class="divider">/</span></li>
<%= link_to_unless_current '<i class="'.html_safe + tb[:hicon].to_s.html_safe + '"></i>'.html_safe+ tb[:text].html_safe, tb[:path] %><span class="divider">/</span></li>
<% end %>
<% end %>
</ul>