mirror of
https://ghfast.top/https://github.com/paviliondev/discourse-journal.git
synced 2026-07-18 12:00:07 +08:00
12 lines
202 B
Handlebars
12 lines
202 B
Handlebars
<DButton
|
|
class="btn btn-topic-tip"
|
|
@action={{action "toggleDetails"}}
|
|
@label=label
|
|
@icon="info-circle"
|
|
/>
|
|
|
|
{{#if showDetails}}
|
|
<div class="tip-details">
|
|
{{cookedDetails}}
|
|
</div>
|
|
{{/if}}
|