zulip/templates/zerver/tutorial_finale.html
Waseem Daher c90b76444d More whitelabeling stragglers.
Most notably:
* Tutorial
* Some Handlebars templates
* Some modals

(imported from commit b9fb92fa2f0f78d1efbd8f7fcd280fa5652059a8)
2014-07-29 21:46:33 -07:00

16 lines
597 B
HTML

<div class="modal hide" id="tutorial-finale" tabindex="-1" role="dialog"
aria-labelledby="tutorial-finale-label" aria-hidden="true">
<div class="modal-header">
<h3 id="tutorial-finale-label">Welcome to {{ product_name }}</h3>
</div>
<div class="modal-body">
<p>Streams, topics, and narrowing make {{ product_name }} conversations
efficient and productive.</p>
<p>That's all there is to it, so let's get started!</p>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="submit" id="tutorial-get-started">Get started</button>
</div>
</div>