update admin bsb for layout nav bar
This commit is contained in:
@@ -159,6 +159,24 @@
|
||||
<span><%= t :products %></span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<%= settings_tax_profiles_path %>">
|
||||
<i class="material-icons col-green">donut_large</i>
|
||||
<span><%= t :tax_profile %></span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<%= settings_payment_method_settings_path %>">
|
||||
<i class="material-icons col-light-blue">donut_large</i>
|
||||
<span><%= t :payment_methods %></span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<%= settings_accounts_path %>">
|
||||
<i class="material-icons col-amber">donut_large</i>
|
||||
<span><%= t :accounts %></span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- #Menu -->
|
||||
|
||||
Reference in New Issue
Block a user