Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2016-01-08 16:13:21 +0800
Commit
d3e20d76ec271a45499e65da59e071192de9d4a5
1 parent
ccb40cad
product list path nav html.Review by:@xuqi
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
template/www.yohobuy.com/actions/product/list/list.phtml
template/www.yohobuy.com/partials/layout/path-nav.phtml
template/www.yohobuy.com/actions/product/list/list.phtml
View file @
d3e20d7
template/www.yohobuy.com/partials/layout/path-nav.phtml
View file @
d3e20d7
<p class="path-nav">
{
{#if
pathNav
}
}
<p
class=
"path-nav"
>
{
{#each
pathNav
}
}
{
{#if
href
}
}
<a
href=
"{{href}}"
>
...
...
@@ -18,4 +19,5 @@
</span>
{
{/if
}
}
{
{/each
}
}
</p>
\ No newline at end of file
</p>
{
{/if
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment