Files
zulip/static/templates/tutorial_reply.handlebars
Jessica McKellar eacd27dc8f Don't let the tutorial popovers get clipped on long names or small windows.
(imported from commit 069016ab38eb2d0d09b751ca22a53aba9d6980ba)
2013-08-27 15:09:28 -04:00

14 lines
416 B
Handlebars

{{! Contents of the "tutorial reply" onboarding popup }}
<div class="tutorial-popover popover-{{placement}}" id="tutorial-reply">
<p>
You can reply to any message by clicking on it. The stream and topic
will automatically be filled in.
</p>
<div class="tutorial-done-button">
<button class="btn btn-primary" type="submit" id="tutorial-reply-next">Next</button>
</div>
</div>