...
|
...
|
@@ -26,7 +26,7 @@ |
|
|
<div class="pull-left">
|
|
|
<ul class="activity">
|
|
|
{{#each activity}}
|
|
|
<li class="promotion-item {{#if_cond @index '>' 3}}hide{{/if_cond}}">
|
|
|
<li class="promotion-item {{#if_cond @index '>' 2}}hide{{/if_cond}}">
|
|
|
<span class="ac-type">{{type}}</span>
|
|
|
<span class="ac-des {{#if_cond ../activity.length '>' 3}}small{{/if_cond}}">
|
|
|
{{#if url}}
|
...
|
...
|
|