2013-06-27 22:18:28 +02:00
|
|
|
{{! Contents of the "tutorial home" onboarding popup }}
|
|
|
|
|
2013-08-27 20:31:12 +02:00
|
|
|
<div class="tutorial-popover popover-{{placement}}" id="tutorial-home">
|
2013-06-27 22:18:28 +02:00
|
|
|
|
2016-05-12 13:53:41 +02:00
|
|
|
{{#tr this}}
|
2014-01-14 17:42:46 +01:00
|
|
|
<p>You can <b>narrow</b> to a stream or topic by <b>clicking on it</b>, or
|
|
|
|
see messages from all streams at once from your Home view.</p>
|
2016-05-12 13:53:41 +02:00
|
|
|
{{/tr}}
|
2013-06-27 22:18:28 +02:00
|
|
|
|
|
|
|
<div class="tutorial-done-button">
|
2016-05-12 13:53:41 +02:00
|
|
|
<button class="btn btn-primary" type="submit" id="tutorial-home-next">{{t "Next" }}</button>
|
2013-06-27 22:18:28 +02:00
|
|
|
</div>
|
|
|
|
</div>
|