End of day commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
= outlet
|
||||
@@ -0,0 +1,18 @@
|
||||
h1=t 'models.plural.table'
|
||||
if tables
|
||||
table.table
|
||||
thead
|
||||
tr
|
||||
th=t 'attributes.table.number'
|
||||
th.link=t 'models.section'
|
||||
th.timestamp= t 'attributes.table.created_at'
|
||||
th.actions=t 'helpers.actions.title'
|
||||
tbody
|
||||
each table in tables
|
||||
tr
|
||||
td: a= table.number
|
||||
td.link
|
||||
if table.section
|
||||
= link-to 'sections:section' table.section
|
||||
td.numeric=time table.created_at
|
||||
td.actions
|
||||
Reference in New Issue
Block a user