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

10 lines
345 B
Plaintext
Raw Normal View History

2013-03-22 00:20:30 +01:00
- title t('.title', supplier: @supplier.name)
%p= t('.body').html_safe
= form_tag(create_from_upload_supplier_articles_path(@supplier)) do
2012-10-28 18:03:50 +01:00
= render 'edit_all_table'
.form-actions
2013-03-22 00:20:30 +01:00
= submit_tag t('.submit', supplier: @supplier.name), class: 'btn btn-primary'
= link_to t('.or_cancel'), upload_supplier_articles_path(@supplier)