mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Clean tutorial_finale.html to use 4 space indents.
This commit is contained in:
parent
d7ed6bd645
commit
8a08f39cde
@ -1,15 +1,15 @@
|
||||
<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">{% trans %}Welcome to {{ product_name }}{% endtrans %}</h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>{% trans %}Streams, topics, and narrowing make {{ product_name }} conversations
|
||||
efficient and productive.{% endtrans %}</p>
|
||||
aria-labelledby="tutorial-finale-label" aria-hidden="true">
|
||||
<div class="modal-header">
|
||||
<h3 id="tutorial-finale-label">{% trans %}Welcome to {{ product_name }}{% endtrans %}</h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>{% trans %}Streams, topics, and narrowing make {{ product_name }} conversations
|
||||
efficient and productive.{% endtrans %}</p>
|
||||
|
||||
<p>{% trans %}That's all there is to it, so let's get started!{% endtrans %}</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="btn btn-primary" type="submit" id="tutorial-get-started">{% trans %}Get started{% endtrans %}</button>
|
||||
</div>
|
||||
<p>{% trans %}That's all there is to it, so let's get started!{% endtrans %}</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="btn btn-primary" type="submit" id="tutorial-get-started">{% trans %}Get started{% endtrans %}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user