Blame view

public/hbs/common/floor-header-more.hbs 225 Bytes
1 2 3 4 5 6 7 8
{{# title}}
<div class="floor-header-more">
    <h2>{{#if title}}{{title}}{{else}}{{name}}{{/if}}</h2>
    {{#if more_url}}
        <a class="more-btn iconfont" href="{{more_url}}">&#xe618;</a>
    {{/if}}
</div>
{{/ title}}