Removed "new" button in customer panel.
This commit is contained in:
parent
3ed0d1ad94
commit
99872b7a63
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<% else: %>
|
<% 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 %>
|
||||||
<% end %>
|
<% end %>
|
Loading…
Reference in a new issue