add mm
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li>
|
||||
<%= link_to 'Logout',logout_path, method: :delete, data: {confirm: 'Are you sure?'} %>
|
||||
<%= link_to (t :logout),logout_path, method: :delete, data: {confirm: 'Are you sure?'} %>
|
||||
<!-- <a href="<%= logout_path %>"><i class="material-icons">input</i>Sign Out</a> -->
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -66,13 +66,13 @@
|
||||
</a>
|
||||
<ul class="ml-menu">
|
||||
<li>
|
||||
<a href="<%= transactions_orders_path %>">Order</a>
|
||||
<a href="<%= transactions_orders_path %>"><%= t :orders %></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<%= transactions_sales_path %>">Sale</a>
|
||||
<a href="<%= transactions_sales_path %>"><%= t :sale %></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<%= transactions_credit_notes_path %>">Credit Note</a>
|
||||
<a href="<%= transactions_credit_notes_path %>"><%= (t :credit) + " " + (t :reports) %></a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user