Files
zulip/static/templates/tutorial_stream.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

12 lines
397 B
Handlebars

{{! Contents of the "tutorial stream" onboarding popup }}
<div class="tutorial-popover popover-{{placement}}" id="tutorial-stream">
<p>
Streams are like chat rooms or mailing lists. You can easily join, leave, and make them.
</p>
<div class="tutorial-done-button">
<button class="btn btn-primary" type="submit" id="tutorial-stream-next">Next</button>
</div>
</div>