mirror of https://github.com/zulip/zulip.git
6 lines
467 B
Handlebars
6 lines
467 B
Handlebars
{{#if (eq toggle_type "expander")}}
|
|
<button type="button" class="message_expander message_length_toggle tippy-zulip-delayed-tooltip" data-tooltip-template-id="message-expander-tooltip-template">{{t "Show more" }}</button>
|
|
{{else if (eq toggle_type "condenser")}}
|
|
<button type="button" class="message_condenser message_length_toggle tippy-zulip-delayed-tooltip" data-tooltip-template-id="message-condenser-tooltip-template">{{t "Show less" }}</button>
|
|
{{/if}}
|