foodsoft/app/views/articles/edit_all.html.haml

11 lines
318 B
Plaintext
Raw Normal View History

2013-03-09 00:40:07 +01:00
- title t('.title', supplier: @supplier.name)
2012-10-28 18:03:50 +01:00
%p
2013-03-09 00:40:07 +01:00
%i= t '.note'
2012-10-28 18:03:50 +01:00
= form_tag(update_all_supplier_articles_path(@supplier)) do
= render 'edit_all_table'
%br/
2013-03-09 00:40:07 +01:00
%i= t '.warning'
2012-10-28 18:03:50 +01:00
.form-actions
2013-03-09 00:40:07 +01:00
= submit_tag t('.submit'), class: 'btn btn-primary'
= link_to t('ui.or_cancel'), supplier_articles_path(@supplier)