Add user facebook images to supplier main board
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
td.user-info.show-for-large-up
|
||||
each user in view.content.users
|
||||
= user.facebook_image_tag
|
||||
td.status-icons
|
||||
if view.content.needs_help
|
||||
span.icon.needs-help
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
td.user-info.show-for-large-up
|
||||
each user in view.content.list.users
|
||||
= user.facebook_image_tag
|
||||
td.status-icons
|
||||
span.active-order.fa.fa-check.fa-lg
|
||||
td= view.content.display
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
table.active-lists-table.table
|
||||
thead
|
||||
tr
|
||||
th.user-info
|
||||
th.status-icons
|
||||
th.numeric=t 'table_number'
|
||||
th=t 'models.section'
|
||||
@@ -20,6 +21,7 @@
|
||||
table.active-orders-table.table
|
||||
thead
|
||||
tr
|
||||
th.user-info
|
||||
th.status-icons
|
||||
th=t 'models.order'
|
||||
th.numeric=t 'table_number'
|
||||
|
||||
Reference in New Issue
Block a user