14 lines
614 B
Plaintext
14 lines
614 B
Plaintext
- model_class = Section
|
|
.page-header= title :show, @section
|
|
|
|
.form-actions
|
|
= link_to t("helpers.links.back"), suppliers_sections_path, class: 'btn'
|
|
'
|
|
= link_to t('helpers.links.edit'), [:edit, :suppliers, @section], class: 'btn'
|
|
'
|
|
= link_to t('supplier.section.manage_tables'), [:manage_tables, :suppliers, @section], class: [:btn, 'btn-warning']
|
|
'
|
|
= link_to t('supplier.section.tables_view'), [:tables_view, :suppliers, @section], class: [:btn, 'btn-info']
|
|
'
|
|
= link_to t("helpers.links.destroy"), [:suppliers, @section], method: :delete, data: {confirm: are_you_sure? }, class: 'btn btn-danger'
|