8 lines
288 B
Text
8 lines
288 B
Text
- title t('.title')
|
|
|
|
= form_tag update_synchronized_supplier_articles_path(@supplier) do
|
|
= hidden_field_tag :from_action, 'sync'
|
|
= render 'sync'
|
|
.form-actions
|
|
= submit_tag t('.submit'), class: 'btn btn-primary'
|
|
= link_to t('ui.or_cancel'), supplier_articles_path(@supplier)
|