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
Joffrey JAFFEUX 190d208631
FEATURE: improves composer-actions toggle menu
* only toggles
* fix a bug with presence
* more tests
* do not duplicate `continuing discussion...` text
* persist state to allow switching between toggles
2018-02-08 11:46:55 +01:00

14 lines
240 B
Handlebars

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