Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-mobile
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
unknown
2015-09-29 13:42:01 +0800
Commit
568f5dd0bb822afb2557f361f34915c2ed2b8e11
1 parent
ac2997c8
删除多余模板
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
home-page/views/partials/hot_category.html
home-page/views/partials/hot_category.html
deleted
100644 → 0
View file @
ac2997c
{{# hotCategory}}
<div
class=
"hot-category"
>
<div
class=
"category-banner"
>
<img
src=
"{{img}}"
alt=
""
>
</div>
<ul
class=
"category-list clearfix"
>
{{# list}}
<li>
<a
href=
"{{url}}"
>
<div
class=
"img-box"
>
<img
src=
"{{img}}"
alt=
""
>
</div>
<p
class=
"category-title"
>
{{textCn}}
</p>
</a>
</li>
{{/ list}}
</ul>
</div>
{{/ hotCategory}}
\ No newline at end of file
Please
register
or
login
to post a comment