Authored by lore-w

Merge branch 'develop' of http://git.dev.yoho.cn/ued/yohogirls-mustache into develop

@@ -11,7 +11,6 @@ @@ -11,7 +11,6 @@
11 </div> 11 </div>
12 </div> 12 </div>
13 {{> magazine/e_zine}} 13 {{> magazine/e_zine}}
14 - {{> magazine/mags_app_download}}  
15 </div> 14 </div>
16 {{> common/share}} 15 {{> common/share}}
17 -{{> layout/footer_jian}}  
  16 +{{> layout/footer_jian}}
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&nbsp;{{author}}</a>&nbsp;|&nbsp;<a href="{{channelLink}}">{{class}}</a>&nbsp;|&nbsp;<a class="detail-time" href="{{twoChannelLink}}" _time="{{time}}"></a></p>  
6 - {{^}}  
7 - <p class="detail-category"><a href="{{channelLink}}">{{class}}</a>&nbsp;|&nbsp;<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&nbsp;{{author}}</a>
  7 + &nbsp;|&nbsp;
  8 + {{/if}}
  9 + <a href="{{channelLink}}">{{channel}}</a>
  10 + {{#if twoChannel}}
  11 + <a href="{{twoChannelLink}}">{{twoChannel}}</a>
  12 + {{/if}}
  13 + &nbsp;|&nbsp;
  14 + <a class="detail-time" href="javascript:;" _time="{{time}}"></a>
  15 + </p>
10 </div> 16 </div>