• 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
  • actions
  • guang
  • trendclassroom
  • subject.phtml
  • 新潮教室
    3ceea543
    by 王水玲
    2016-04-12 14:44:30 +0800  
    Browse Files
subject.phtml 478 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{{# trendClassSubject}}
    {{> layout/header}}
    <div class="star-classroom"> 
        {{> guang/head-tab}}
        <ul class="subject-list">
            {{#each subjectList}}
                <li>
                    <a href="{{url}}">
                        <img src="{{img}}" />
                        <p>{{title}}</p>
                    </a>            
                </li>
            {{/each}}
        </ul>
    </div>
    {{> layout/footer}}
{{/trendClassSubject}}