• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

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
  • YOHOBUYPC
  • template
  • www.yohobuy.com
  • partials
  • me
  • path.phtml
  • code review by huanbao.wang: do feature brands and plusstar
    2ebadd50
    by hf
    2016-02-17 21:39:34 +0800  
    Browse Files
path.phtml 309 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
<p class="home-path">
    <span class="path-icon"></span>
    {{#each path}}
        {{#unless @first}}
            &nbsp;&nbsp;>&nbsp;&nbsp;
        {{/unless}}
        {{#if href}}
            <a href="{{href}}">{{name}}</a>
        {{^}}
            <span>{{name}}</span>
        {{/if}}
    {{/each}}
</p>