add mm
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
<tbody>
|
||||
<% @stock_check_items.each do |stock_check_item| %>
|
||||
<tr>
|
||||
<td><%= link_to 'Show', stock_check_item %></td>
|
||||
<td><%= link_to 'Edit', edit_stock_check_item_path(stock_check_item) %></td>
|
||||
<td><%= link_to 'Destroy', stock_check_item, method: :delete, data: { confirm: 'Are you sure?' } %></td>
|
||||
<td><%= link_to t("views.btn.show"), stock_check_item %></td>
|
||||
<td><%= link_to t("views.btn.edit"), edit_stock_check_item_path(stock_check_item) %></td>
|
||||
<td><%= link_to t("views.btn.delete"), stock_check_item, method: :delete, data: { confirm: 'Are you sure?' } %></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user