Files
zulip/static/templates/mobile_message_buttons_popover.handlebars
Marco Burstein 05b486182d compose: Create the mobile compose popover.
When a user clicks the compose `+` button, create a popover at the
bottom right of the screen including buttons for opening a new stream
message or a new private message.
2018-10-31 16:47:48 -07:00

8 lines
180 B
Handlebars

<div class="popover mobile-message-buttons-popover">
<div class="popover-inner">
<div class="popover-content">
<div></div>
</div>
</div>
</div>