* only toggles * fix a bug with presence * more tests * do not duplicate `continuing discussion...` text * persist state to allow switching between toggles
14 lines
240 B
Handlebars
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>
|