style changes for supplier better foundation rules
This commit is contained in:
@@ -12,7 +12,7 @@ if list.closed_at
|
||||
.display-row
|
||||
.display-label
|
||||
.display-field: App.CloseListButtonView content=list
|
||||
.row
|
||||
.user-info-container
|
||||
each user in list.users
|
||||
=user.facebook_image_tag
|
||||
if list.sorted_orders
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
table.active-lists-table.table
|
||||
thead
|
||||
tr
|
||||
th.user-info
|
||||
th.user-info.show-for-large-up
|
||||
th.status-icons
|
||||
th.numeric=t 'table_number'
|
||||
th=t 'models.section'
|
||||
@@ -21,7 +21,7 @@
|
||||
table.active-orders-table.table
|
||||
thead
|
||||
tr
|
||||
th.user-info
|
||||
th.user-info.show-for-large-up
|
||||
th.status-icons
|
||||
th=t 'models.order'
|
||||
th.numeric=t 'table_number'
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
.row
|
||||
h2=t 'models.list'
|
||||
partial "list_content"
|
||||
link-to 'lists' class="button"
|
||||
span=t 'list.go_to_lists'
|
||||
h2=t 'models.list'
|
||||
partial "list_content"
|
||||
link-to 'lists' class="button"
|
||||
span=t 'list.go_to_lists'
|
||||
|
||||
Reference in New Issue
Block a user