Merge branch 'develop' of http://git.dev.yoho.cn/ued/yohogirls-mustache into develop
Showing
2 changed files
with
13 additions
and
8 deletions
1 | <div class="detail-title"> | 1 | <div class="detail-title"> |
2 | <h1>{{title}}</h1> | 2 | <h1>{{title}}</h1> |
3 | <h2>{{subtitle}}</h2> | 3 | <h2>{{subtitle}}</h2> |
4 | - {{#if author}} | ||
5 | - <p class="detail-category"><a href="{{url}}">By {{author}}</a> | <a href="{{channelLink}}">{{class}}</a> | <a class="detail-time" href="{{twoChannelLink}}" _time="{{time}}"></a></p> | ||
6 | - {{^}} | ||
7 | - <p class="detail-category"><a href="{{channelLink}}">{{class}}</a> | <a class="detail-time" href="{{twoChannelLink}}" _time="{{time}}"></span></a> | ||
8 | - {{/if}} | ||
9 | - | 4 | + <p class="detail-category"> |
5 | + {{#if author}} | ||
6 | + <a href="{{url}}">By {{author}}</a> | ||
7 | + | | ||
8 | + {{/if}} | ||
9 | + <a href="{{channelLink}}">{{channel}}</a> | ||
10 | + {{#if twoChannel}} | ||
11 | + <a href="{{twoChannelLink}}">{{twoChannel}}</a> | ||
12 | + {{/if}} | ||
13 | + | | ||
14 | + <a class="detail-time" href="javascript:;" _time="{{time}}"></a> | ||
15 | + </p> | ||
10 | </div> | 16 | </div> |
-
Please register or login to post a comment