Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
9 years ago
Commit
fcf642089b316ae35d89b31d9e8d35b7c6f1f2f2
1 parent
eb7b63a7
brands
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/brand/views/partial/list.hbs
apps/brand/views/partial/list.hbs
View file @
fcf6420
...
...
@@ -7,7 +7,7 @@
<li>
<a
data-key=
"
{{
key
}}
"
href=
"
{{
brandDomain
}}
"
target=
"_blank"
>
<img
class=
"lazy"
data-original=
"
{{
image
brandIco
270
190
}}
"
>
<span>
{{
brandNameEn
}}
</span>
<span>
{{
#if
brandNameEn
}}{{
brandNameEn
}}{{else}}{{
brandNameCn
}}{{/if
}}
</span>
</a>
</li>
{{/
each
}}
...
...
Please
register
or
login
to post a comment