make show summary a btn-primary

This commit is contained in:
Jeff Atwood 2014-07-07 22:17:15 -07:00
parent efd6bf1490
commit 349c0bd7af
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{{#if postStream.summary}}
<p>{{{i18n summary.enabled_description}}}</p>
<button class='btn' {{action toggleSummary}}>{{i18n summary.disable}}</button>
<button class='btn btn-primary' {{action toggleSummary}}>{{i18n summary.disable}}</button>
{{else}}
{{#if topic.estimatedReadingTime}}
<p>{{{i18n summary.description_time count="topic.posts_count" readingTime="topic.estimatedReadingTime"}}}</p>