• 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
  • doraemon
  • views
  • partial
  • resources
  • six-lines-floor.hbs
  • index-style-width-height-exchange
    c0e843e0
    by 郭成尧
    2016-10-18 13:27:06 +0800  
    Browse Files
six-lines-floor.hbs 460 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{{#data}}
    <div class="best-week">
        {{> common/floor-header-more}}
        
        <ul class="six-lines-floor clearfix">
            {{# list}}
            <li>
                <a href="{{url}}">
                    <div class="img-box">
                        <img class="lazy" data-original="{{image src 320 154}}" alt="">
                    </div>
                </a>
            </li>
            {{/ list}}
        </ul>
    </div>
{{/data}}