add ▼ to show more in search, remove show less

This commit is contained in:
Jeff Atwood 2014-10-02 03:16:49 -07:00
parent 442b22252e
commit 96afdb173d
1 changed files with 1 additions and 4 deletions

View File

@ -19,11 +19,8 @@
</ul> </ul>
<div class='no-results'> <div class='no-results'>
{{#if resultType.more}} {{#if resultType.more}}
<a href='#' class='filter' {{action moreOfType resultType.type bubbles=false}}>{{i18n show_more}}</a> <a href='#' class='filter' {{action moreOfType resultType.type bubbles=false}}>{{i18n show_more}} <i class="fa fa-chevron-down"></i></a>
{{else}} {{else}}
{{#if showCancelFilter}}
<a href='#' class='filter' {{action cancelType bubbles=false}}><i class='fa fa-times-circle'></i></a>
{{/if}}
{{/if}} {{/if}}
</div> </div>
{{/each}} {{/each}}