table numbering
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.page-header
|
||||
.table-number
|
||||
h4= t('user.active_list.title', list: List.model_name.human)
|
||||
= link_to t('helpers.links.place_order'), user_list_products_path, class: ['btn btn-primary']
|
||||
span#list-needs-payment-button
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
.page-header
|
||||
.table-number
|
||||
h4= t('user.show_products.title', products: Product.model_name.human_plural)
|
||||
= link_to t('helpers.links.show_active_list', list: List.model_name.human), user_active_list_path, class: ['btn btn']
|
||||
span#list-needs-help-button
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
.page-header
|
||||
.table-number= @table.number
|
||||
h4= t('user.show_products.title', products: Product.model_name.human_plural)
|
||||
table#products-table.table.table-striped.table-hover
|
||||
tbody
|
||||
|
||||
Reference in New Issue
Block a user