Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2017-02-10 15:28:08 +0800
Commit
aecb2705c7689e06452bf5230bd74b6cb745ef13
1 parent
aaa24e1f
fix empty hbs
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
apps/home/views/partial/favorite/article.hbs
apps/home/views/partial/favorite/brand.hbs
apps/home/views/partial/favorite/product.hbs
apps/home/views/partial/favorite/article.hbs
View file @
aecb270
@@ -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>
apps/home/views/partial/favorite/brand.hbs
View file @
aecb270
@@ -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>
apps/home/views/partial/favorite/product.hbs
View file @
aecb270
@@ -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
}}
Please
register
or
login
to post a comment