table numbering

This commit is contained in:
2012-08-30 15:36:14 +02:00
parent 52b8db73fa
commit 6696992320
6 changed files with 16 additions and 5 deletions
+1
View File
@@ -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
View File
@@ -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