From 96afdb173d3a90c002f016b688efaf1a8dddda5c Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 2 Oct 2014 03:16:49 -0700 Subject: [PATCH] =?UTF-8?q?add=20=E2=96=BC=20to=20show=20more=20in=20searc?= =?UTF-8?q?h,=20remove=20show=20less?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/javascripts/discourse/templates/search.hbs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/search.hbs b/app/assets/javascripts/discourse/templates/search.hbs index 06d12126c94..175870f2f1f 100644 --- a/app/assets/javascripts/discourse/templates/search.hbs +++ b/app/assets/javascripts/discourse/templates/search.hbs @@ -19,11 +19,8 @@
{{#if resultType.more}} - {{i18n show_more}} + {{i18n show_more}} {{else}} - {{#if showCancelFilter}} - - {{/if}} {{/if}}
{{/each}}