2013-10-03 14:07:03 +02:00
|
|
|
- title t('.title')
|
2009-01-06 11:49:19 +01:00
|
|
|
|
2013-04-08 01:00:49 +02:00
|
|
|
= form_tag update_synchronized_supplier_articles_path(@supplier) do
|
2015-04-03 15:53:08 +02:00
|
|
|
= hidden_field_tag :from_action, 'sync'
|
2015-03-27 14:38:16 +01:00
|
|
|
= render 'sync'
|
2015-04-03 15:53:08 +02:00
|
|
|
.form-actions
|
|
|
|
= submit_tag t('.submit'), class: 'btn btn-primary'
|
|
|
|
= link_to t('ui.or_cancel'), supplier_articles_path(@supplier)
|