Add instagram background implementation and generalize application for other identity providers
This commit is contained in:
@@ -14,7 +14,7 @@ if list.closed_at
|
||||
.display-field= view "close-list-button" content=list
|
||||
.user-info-container
|
||||
each user in list.users
|
||||
=user.facebook_image_tag
|
||||
=user.avatar_tag
|
||||
if list.sorted_orders
|
||||
.list-orders-container
|
||||
each order in list.sorted_orders
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
td.user-info.show-for-large-up
|
||||
each user in view.content.users
|
||||
= user.facebook_image_tag
|
||||
= user.avatar_tag
|
||||
td.status-icons
|
||||
if view.content.needs_help
|
||||
span.icon.needs-help
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
td.user-info.show-for-large-up
|
||||
each user in view.content.list.users
|
||||
= user.facebook_image_tag
|
||||
= user.avatar_tag
|
||||
td.status-icons
|
||||
if view.content.active
|
||||
span.active-order.fa.fa-check.fa-lg
|
||||
|
||||
@@ -14,7 +14,7 @@ table.table
|
||||
tr
|
||||
td
|
||||
each user in order.list.users
|
||||
= user.facebook_image_tag
|
||||
= user.avatar_tag
|
||||
td.status-icons
|
||||
if order.active
|
||||
span.active-order.fa.fa-check.fa-lg
|
||||
|
||||
@@ -18,7 +18,7 @@ if table.active_list
|
||||
/.table-action-row
|
||||
a{action "editTable" table}: span.fa.fa-lg.fa-wrench
|
||||
each user in table.active_list.users
|
||||
= user.facebook_image_tag
|
||||
= user.avatar_tag
|
||||
if editmodedisabled
|
||||
.table-settings
|
||||
select
|
||||
|
||||
Reference in New Issue
Block a user