make show summary a btn-primary
This commit is contained in:
parent
efd6bf1490
commit
349c0bd7af
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue