From 349c0bd7af6fd353066a041820dfcf5b2091530f Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 7 Jul 2014 22:17:15 -0700 Subject: [PATCH] make show summary a btn-primary --- .../discourse/templates/components/toggle-summary.js.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/components/toggle-summary.js.handlebars b/app/assets/javascripts/discourse/templates/components/toggle-summary.js.handlebars index f60565061..622399c0c 100644 --- a/app/assets/javascripts/discourse/templates/components/toggle-summary.js.handlebars +++ b/app/assets/javascripts/discourse/templates/components/toggle-summary.js.handlebars @@ -1,6 +1,6 @@ {{#if postStream.summary}}

{{{i18n summary.enabled_description}}}

- + {{else}} {{#if topic.estimatedReadingTime}}

{{{i18n summary.description_time count="topic.posts_count" readingTime="topic.estimatedReadingTime"}}}