discourse-journal/assets/javascripts/discourse/connectors/after-topic-footer-main-buttons/entry-button-wrapper.hbs
2024-03-07 08:38:41 +00:00

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}}