This commit is contained in:
Yan
2017-10-12 18:08:49 +06:30
parent 5df78b10ed
commit 2379079b03
5 changed files with 32 additions and 22 deletions

View File

@@ -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>

View File

@@ -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>