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

9 lines
329 B
Plaintext
Raw Normal View History

2013-03-22 00:20:30 +01:00
- title t('.title', supplier: @supplier.name)
2015-03-27 14:38:16 +01:00
= form_tag update_synchronized_supplier_articles_path(@supplier) do
2015-04-03 15:53:08 +02:00
= hidden_field_tag :from_action, 'parse_upload'
2015-03-27 14:38:16 +01:00
= render 'sync'
2012-10-28 18:03:50 +01:00
.form-actions
2015-03-27 14:38:16 +01:00
= submit_tag t('.submit'), class: 'btn btn-primary'
= link_to t('ui.or_cancel'), upload_supplier_articles_path(@supplier)