Removed "new" button in customer panel.

This commit is contained in:
Martin Edenhofer 2014-09-07 23:53:25 +02:00
parent 3ed0d1ad94
commit 99872b7a63

View file

@ -15,6 +15,6 @@
</ul>
</li>
<% else: %>
<li class="<% if @active_tab[item.target] : %>active<% end %>"><a href="<%= item.target %>"><%- @T( item.name ) %></a></li>
<li class="<% if @active_tab[item.target] : %>active<% end %> navbar-personal"><a href="<%= item.target %>"><%- @T( item.name ) %></a></li>
<% end %>
<% end %>