2013-06-27 22:18:28 +02:00
|
|
|
{{! Contents of the "tutorial stream" onboarding popup }}
|
|
|
|
|
2013-08-27 20:31:12 +02:00
|
|
|
<div class="tutorial-popover popover-{{placement}}" id="tutorial-stream">
|
2013-06-27 22:18:28 +02:00
|
|
|
<p>
|
2016-05-12 13:53:41 +02:00
|
|
|
{{#tr this}}
|
2014-01-14 17:42:46 +01:00
|
|
|
<b>Streams</b> are like chat rooms or mailing lists. You can easily
|
|
|
|
<b>join</b>, <b>leave</b>, and <b>make</b> them.
|
2016-05-12 13:53:41 +02:00
|
|
|
{{/tr}}
|
2013-06-27 22:18:28 +02:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<div class="tutorial-done-button">
|
2016-05-12 13:53:41 +02:00
|
|
|
<button class="btn btn-primary" type="submit" id="tutorial-stream-next">{{t "Next" }}</button>
|
2013-06-27 22:18:28 +02:00
|
|
|
</div>
|
|
|
|
</div>
|