11 lines
361 B
Plaintext
11 lines
361 B
Plaintext
- model_class = Table
|
|
.page-header= title :show, @table
|
|
|
|
dl.dl-horizontal.show-list
|
|
dt= model_class.human_attribute_name(:number)
|
|
dd= @table.number
|
|
- if @table.section.present?
|
|
dt= Section.model_name.human
|
|
dd= link_to @table.section.title, [:suppliers, @table.section]
|
|
= supplier_form_actions :index, :edit, :destroy, object: @table, for: :tables
|