All specs green, ember transition successful

This commit is contained in:
2014-06-27 14:52:18 +02:00
parent a5e8d38882
commit b5a68e9627
19 changed files with 100 additions and 14 deletions
@@ -1,5 +1,15 @@
each user in list.users
img.facebook-image src="http://graph.facebook.com/#{unbound user.facebook_id}/picture?type=square" alt="f"
.display-row
.display-label=t 'attributes.list.created_at'
.display-field=time list.created_at
if list.closed_at
.display-row
.display-label=t 'attributes.list.closed_at'
.display-field=time list.closed_at
.display-row
.display-label=t 'attributes.list.state'
.display-field=state 'list' list.state
if list.orders
.list-orders-container
each order in list.sorted_orders