Clean tutorial_finale.html to use 4 space indents.

This commit is contained in:
adnrs96 2017-02-24 21:12:13 +05:30 committed by Tim Abbott
parent d7ed6bd645
commit 8a08f39cde

View File

@ -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>