Saturday progress
This commit is contained in:
@@ -11,7 +11,7 @@ div.page-header= title :index, model_class
|
||||
th= Table.model_name.human
|
||||
th= Supplier.model_name.human
|
||||
th= model_class.human_attribute_name(:created_at)
|
||||
th=t 'helpers.actions'
|
||||
th=t 'helpers.actions.title'
|
||||
tbody
|
||||
- @lists.each do |list|
|
||||
tr
|
||||
|
||||
@@ -7,7 +7,7 @@ div.page-header= title :index, model_class
|
||||
th= model_class.human_attribute_name(:state)
|
||||
th= Supplier.model_name.human
|
||||
th= model_class.human_attribute_name(:created_at)
|
||||
th=t 'helpers.actions'
|
||||
th=t 'helpers.actions.title'
|
||||
tbody
|
||||
- @orders.each do |order|
|
||||
tr
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
th= model_class.human_attribute_name(:position)
|
||||
th= Supplier.model_name.human
|
||||
th.timestamp= model_class.human_attribute_name(:created_at)
|
||||
th.actions=t 'helpers.actions'
|
||||
th.actions=t 'helpers.actions.title'
|
||||
tbody
|
||||
- @product_categories.each do |product_category|
|
||||
tr
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
th= model_class.human_attribute_name(:price)
|
||||
th= Supplier.model_name.human
|
||||
th.timestamp= model_class.human_attribute_name(:created_at)
|
||||
th.actions=t 'helpers.actions'
|
||||
th.actions=t 'helpers.actions.title'
|
||||
tbody
|
||||
- @products.each do |product|
|
||||
tr
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
th= model_class.human_attribute_name(:title)
|
||||
th= Supplier.model_name.human
|
||||
th= model_class.human_attribute_name(:created_at)
|
||||
th=t 'helpers.actions'
|
||||
th=t 'helpers.actions.title'
|
||||
tbody
|
||||
- @sections.each do |section|
|
||||
tr
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
th= model_class.human_attribute_name(:email)
|
||||
th= model_class.human_attribute_name(:name)
|
||||
th= model_class.human_attribute_name(:created_at)
|
||||
th=t 'helpers.actions'
|
||||
th=t 'helpers.actions.title'
|
||||
tbody
|
||||
- @suppliers.each do |supplier|
|
||||
tr
|
||||
|
||||
@@ -7,7 +7,7 @@ div.page-header= title :index, model_class
|
||||
th= model_class.human_attribute_name(:number)
|
||||
th= Supplier.model_name.human
|
||||
th= model_class.human_attribute_name(:created_at)
|
||||
th=t 'helpers.actions'
|
||||
th=t 'helpers.actions.title'
|
||||
tbody
|
||||
- @tables.each do |table|
|
||||
tr
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
tr
|
||||
th= model_class.human_attribute_name(:email)
|
||||
th= model_class.human_attribute_name(:created_at)
|
||||
th=t 'helpers.actions'
|
||||
th=t 'helpers.actions.title'
|
||||
tbody
|
||||
- @users.each do |user|
|
||||
tr
|
||||
|
||||
Reference in New Issue
Block a user