Authored by htoooth

fix empty hbs

@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 <div class="favorite-articles"> 2 <div class="favorite-articles">
3 {{#if articles.empty}} 3 {{#if articles.empty}}
4 {{#with articles}} 4 {{#with articles}}
5 - {{> empty}} 5 + {{> home/orders/empty}}
6 {{/with}} 6 {{/with}}
7 {{^}} 7 {{^}}
8 <ul> 8 <ul>
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 9
10 {{#if brands.empty}} 10 {{#if brands.empty}}
11 {{#with brands}} 11 {{#with brands}}
12 - {{> empty}} 12 + {{> home/orders/empty}}
13 {{/with}} 13 {{/with}}
14 {{^}} 14 {{^}}
15 <ul> 15 <ul>
@@ -60,7 +60,7 @@ @@ -60,7 +60,7 @@
60 60
61 {{#if goods.empty}} 61 {{#if goods.empty}}
62 {{#with goods}} 62 {{#with goods}}
63 - {{> empty}} 63 + {{> home/orders/empty}}
64 {{/with}} 64 {{/with}}
65 {{^}} 65 {{^}}
66 {{> favorite/product-table}} 66 {{> favorite/product-table}}