Skip to content

Commit

Permalink
Add empty orders page
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungmin committed Jan 22, 2015
1 parent df54635 commit d20f887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/marketplace/orders.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav class="results-actions-bar"></nav>

{{#if view.hasResults}}
{{#if resultsLoader.results}}
<div class="results">
{{view "results/transactions-table-grouped-by-order" loader=resultsLoader}}
</div>
Expand Down

0 comments on commit d20f887

Please sign in to comment.