mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
add btn-default class to show-tag-info button
This commit is contained in:
parent
66b5b8cf29
commit
82c5d85e99
@ -43,7 +43,7 @@
|
|||||||
}}
|
}}
|
||||||
|
|
||||||
{{#if showToggleInfo}}
|
{{#if showToggleInfo}}
|
||||||
{{d-button icon="tag" label="tagging.info" action=(action "toggleInfo") id="show-tag-info"}}
|
{{d-button icon="tag" class="btn-default" label="tagging.info" action=(action "toggleInfo") id="show-tag-info"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user