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
Hide 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 @@
<div
class=
"favorite-articles"
>
{{#if
articles
.
empty
}}
{{#
with
articles
}}
{{>
empty
}}
{{>
home
/
orders
/
empty
}}
{{/
with
}}
{{^}}
<ul>
...
...
apps/home/views/partial/favorite/brand.hbs
View file @
aecb270
...
...
@@ -9,7 +9,7 @@
{{#if
brands
.
empty
}}
{{#
with
brands
}}
{{>
empty
}}
{{>
home
/
orders
/
empty
}}
{{/
with
}}
{{^}}
<ul>
...
...
apps/home/views/partial/favorite/product.hbs
View file @
aecb270
...
...
@@ -60,7 +60,7 @@
{{#if
goods
.
empty
}}
{{#
with
goods
}}
{{>
empty
}}
{{>
home
/
orders
/
empty
}}
{{/
with
}}
{{^}}
{{>
favorite
/
product-table
}}
...
...
Please
register
or
login
to post a comment