7 lines
196 B
Plaintext
Executable File
7 lines
196 B
Plaintext
Executable File
<h1>Editing Stock Check Item</h1>
|
|
|
|
<%= render 'form', stock_check_item: @stock_check_item %>
|
|
|
|
<%= link_to t("views.btn.show"), @stock_check_item %> |
|
|
<%= link_to 'Back', stock_check_items_path %>
|