mirror of
https://ghfast.top/https://github.com/paviliondev/discourse-journal.git
synced 2026-07-18 12:00:07 +08:00
9 lines
211 B
Handlebars
9 lines
211 B
Handlebars
{{#if topic.can_create_entry}}
|
|
<DButton
|
|
class="btn-primary create entry"
|
|
@icon="reply"
|
|
@action={{action "createEntry"}}
|
|
@label="topic.entry.title"
|
|
@title="topic.entry.title"
|
|
/>
|
|
{{/if}}
|