fixes for communication moving tables and joining them

This commit is contained in:
2012-12-11 14:48:49 +01:00
parent 7a048125d1
commit 9f09d8f10b
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
= top_bar title: 'active_list.title' do
.pull-right
.table-number
.supplier-name
.action-buttons
= link_to content_tag(:span, t('helpers.links.place_order')), user_list_products_path, class: ['user-top-button'], id: 'place-order-on-list'
span#list-needs-payment-button.user-top-button
span
span#list-needs-help-button.user-top-button
span
.pull-right
.table-number
.supplier-name
.well
table#active-list-table.table
thead
+3 -4
View File
@@ -1,14 +1,13 @@
= top_bar title: 'show_products.title' do
.pull-right
.table-number
.supplier-name
.action-buttons
= link_to content_tag(:span, t('helpers.links.show_active_list'), list: List.model_name.human), user_active_list_path, class: ['user-top-button'], id: 'show-active-list'
span#list-needs-payment-button.user-top-button
span
span#list-needs-help-button.user-top-button
span
.pull-right
.table-number
.supplier-name
.well
table#products-table.table
tbody