style changes for supplier better foundation rules
This commit is contained in:
@@ -12,7 +12,7 @@ if list.closed_at
|
|||||||
.display-row
|
.display-row
|
||||||
.display-label
|
.display-label
|
||||||
.display-field: App.CloseListButtonView content=list
|
.display-field: App.CloseListButtonView content=list
|
||||||
.row
|
.user-info-container
|
||||||
each user in list.users
|
each user in list.users
|
||||||
=user.facebook_image_tag
|
=user.facebook_image_tag
|
||||||
if list.sorted_orders
|
if list.sorted_orders
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
table.active-lists-table.table
|
table.active-lists-table.table
|
||||||
thead
|
thead
|
||||||
tr
|
tr
|
||||||
th.user-info
|
th.user-info.show-for-large-up
|
||||||
th.status-icons
|
th.status-icons
|
||||||
th.numeric=t 'table_number'
|
th.numeric=t 'table_number'
|
||||||
th=t 'models.section'
|
th=t 'models.section'
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
table.active-orders-table.table
|
table.active-orders-table.table
|
||||||
thead
|
thead
|
||||||
tr
|
tr
|
||||||
th.user-info
|
th.user-info.show-for-large-up
|
||||||
th.status-icons
|
th.status-icons
|
||||||
th=t 'models.order'
|
th=t 'models.order'
|
||||||
th.numeric=t 'table_number'
|
th.numeric=t 'table_number'
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
.row
|
h2=t 'models.list'
|
||||||
h2=t 'models.list'
|
partial "list_content"
|
||||||
partial "list_content"
|
link-to 'lists' class="button"
|
||||||
link-to 'lists' class="button"
|
span=t 'list.go_to_lists'
|
||||||
span=t 'list.go_to_lists'
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.display-row
|
.display-row
|
||||||
@extend .row
|
+grid-row(nest)
|
||||||
.display-label
|
.display-label
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
@media #{$small-only}
|
@media #{$small-only}
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ html lang="en"
|
|||||||
- if content_for?(:row)
|
- if content_for?(:row)
|
||||||
.row= yield :row
|
.row= yield :row
|
||||||
.row
|
.row
|
||||||
.span12
|
.large-12.columns
|
||||||
#ember-app-container
|
#ember-app-container
|
||||||
= yield :footer
|
= yield :footer
|
||||||
javascript:
|
javascript:
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ Supplier
|
|||||||
- Dashboard
|
- Dashboard
|
||||||
- Empty state
|
- Empty state
|
||||||
- Add qr print functionality offering to send the stickers
|
- Add qr print functionality offering to send the stickers
|
||||||
- Sort orders by date in dashboard
|
|
||||||
- Show order time in dashboard
|
- Show order time in dashboard
|
||||||
|
|
||||||
User
|
User
|
||||||
@@ -23,8 +22,6 @@ Bugs
|
|||||||
|
|
||||||
<!-- - nothing!!! -->
|
<!-- - nothing!!! -->
|
||||||
|
|
||||||
- User order added, not added for other users
|
|
||||||
|
|
||||||
Post release
|
Post release
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user