Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
杨延青
9 years ago
Commit
638d62d7e4ee7b54e11e962a940cd6b5222e585a
1 parent
5560a5f6
page footer @ Review by yangyanqing
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
template/m.yohobuy.com/partials/product/shop-footer.phtml
template/m.yohobuy.com/partials/product/shop-footer.phtml
View file @
638d62d
...
...
@@ -8,7 +8,7 @@
<div class="sub-group hide">
<dl>
{{# shopCategory.list}}
<dd><a href="url">
name
</a></dd>
<dd><a href="url">
{{name}}
</a></dd>
{{/ shopCategory.list}}
</dl>
<div class="sharp"></div>
...
...
@@ -25,7 +25,7 @@
<div class="sub-group hide">
<dl>
{{# brandList.list}}
<dd><a href="url">
name
</a></dd>
<dd><a href="url">
{{brandName}}
</a></dd>
{{/ brandList.list}}
</dl>
<div class="sharp"></div>
...
...
Please
register
or
login
to post a comment