This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/components/composer-action-title.hbs
2019-01-22 12:02:02 +01:00

17 lines
328 B
Handlebars

{{#if isEditing}}
{{d-icon "pencil-alt"}}
{{else}}
{{composer-actions
composerModel=model
options=model.replyOptions
canWhisper=canWhisper
openComposer=openComposer
closeComposer=closeComposer
action=model.action
tabindex=tabindex}}
{{/if}}
<span class="action-title">
{{actionTitle}}
</span>