• This project
    • Loading...
  • Sign in

fe / YOHOBUYWAP · Files

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
  • YOHOBUYWAP
  • template
  • m.yohobuy.com
  • partials
  • me
  • vip-grade
  • privilege.phtml
  • vip privilege
    02ed3101
    by xuqi
    2015-11-12 17:00:03 +0800  
    Browse Files
privilege.phtml 247 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
<ul class="privilege-list">
    {{#each privilege}}
        <li>
            <img class="icon" src="{{pic}}">
            <p>
                {{title}}
                <span>{{description}}</span>
            </p>
        </li>
    {{/each}}
</ul>