16 lines
516 B
Plaintext
16 lines
516 B
Plaintext
- content_for :head do
|
|
= javascript_include_tag 'supplier/app/application'
|
|
/ .page-header= title :show, @table
|
|
/ .display-row
|
|
/ .display-label
|
|
/ span data-t='attributes.table.number'
|
|
/ .display-field
|
|
/ span= @table.number
|
|
/ - if @table.section.present?
|
|
/ .display-row
|
|
/ .display-label
|
|
/ span data-t='models.section'
|
|
/ .display-field
|
|
/ span= link_to @table.section.title, [:suppliers, @table.section]
|
|
/ = supplier_form_actions :index, :edit, :destroy, object: @table, for: :tables
|