changes unfinished
This commit is contained in:
@@ -5,10 +5,10 @@ div.page-header= title :index, model_class
|
||||
table.table
|
||||
thead
|
||||
tr
|
||||
th.link= model_class.human_attribute_name(:number)
|
||||
th.link= Section.model_name.human
|
||||
th.timestamp= model_class.human_attribute_name(:created_at)
|
||||
th.actions=t 'helpers.actions'
|
||||
th.link data-t="attributes.table.number"= model_class.human_attribute_name(:number)
|
||||
th.link data-t="models.section"= Section.model_name.human
|
||||
th.timestamp data-t="attributes.table.created_at"= model_class.human_attribute_name(:created_at)
|
||||
th.actions data-t="helpers.actions"=t 'helpers.actions'
|
||||
tbody
|
||||
- @tables.each do |table|
|
||||
tr
|
||||
|
||||
Reference in New Issue
Block a user