Files
zulip/static/templates/tutorial_home.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
446 B
Handlebars

{{! Contents of the "tutorial home" onboarding popup }}
<div class="tutorial-popover popover-{{placement}}" id="tutorial-home">
<p>
We show stream and private messages together, and time flows down. You
can "narrow" to a particular stream or topic by clicking on it.
</p>
<div class="tutorial-done-button">
<button class="btn btn-primary" type="submit" id="tutorial-home-next">Next</button>
</div>
</div>