add localization text for other modules

This commit is contained in:
phyusin
2017-10-27 18:15:34 +06:30
parent d40b781c23
commit 5912b00d43
33 changed files with 170 additions and 112 deletions

View File

@@ -1,9 +1,9 @@
<div class="span12">
<div class="page-header">
<ul class="breadcrumb">
<li><a href="<%= root_path %>">Home</a></li>
<li><a href="<%= inventory_path %>">Product Inventory</a></li>
<li>Edit</li>
<li><a href="<%= root_path %>"><%= t("views.right_panel.button.home") %></a></li>
<li><a href="<%= inventory_path %>"><%= t("views.right_panel.detail.product") %> <%= t :inventory %></a></li>
<li><%= t("views.btn.edit") %></li>
</ul>
</div>
<%= render 'form', inventory: @inventory_definition %>