Skip to content

Commit

Permalink
add order id to completed screen
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-alade committed May 2, 2017
1 parent 38dde68 commit 7789cee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ <h3 class="panel-title">
<span>{{orderAge}}</span>
<span data-i18n="order.on">on</span>
<span>{{dateFormat createdAt format="MMM D h:mm"}}</span>
<span class="pull-right"><b>Order ID</b>: {{_id}}</span>
</h3>
</div>
<div class="panel-body">
Expand Down

0 comments on commit 7789cee

Please sign in to comment.