change UI for inventory

This commit is contained in:
phyusin
2017-11-22 17:10:54 +06:30
parent 5a3ced9746
commit 6791a5cba9
4 changed files with 101 additions and 97 deletions

View File

@@ -4,7 +4,7 @@
<li class="breadcrumb-item"><a href="<%=inventory_stock_checks_path%>"></a><%= t("views.right_panel.detail.stock_check") %></li>
<li class="breadcrumb-item active"><%= t :details %></li>
<span class="float-right">
<%= link_to t('.back', :default => t("views.btn.back")), dashboard_path %>
<%= link_to t('.back', :default => t("views.btn.back")), inventory_path %>
</span>
</ol>
</div>