mirror of https://github.com/zulip/zulip.git
14 lines
416 B
Handlebars
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>
|