• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · 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-node
  • apps
  • home
  • views
  • action
  • vip-grade
  • privilege.hbs
  • 会员
    a13c7b36
    by lijing
    2016-09-01 11:36:09 +0800  
    Browse Directory »
privilege.hbs 308 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
<div class="vip-privilege-page yoho-page">
	<ul class="privilege-list">
	    {{#each privilege}}
	        <li>
	            <img class="icon" src="{{pic}}">
	            <p>
	                {{title}}
	                <span>{{description}}</span>
	            </p>
	        </li>
	    {{/each}}
	</ul>
</div>