Add newlines to views.

This commit is contained in:
James Cole 2019-01-01 15:43:03 +01:00
parent 17359c5e42
commit 639be5b104
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
20 changed files with 20 additions and 20 deletions

View File

@ -44,4 +44,4 @@
{% endblock %}
{% block scripts %}
<script type="text/javascript" src="v1/js/ff/budgets/create.js?v={{ FF_VERSION }}"></script>
{% endblock %}
{% endblock %}

View File

@ -42,4 +42,4 @@
{% endblock %}
{% block scripts %}
<script type="text/javascript" src="v1/js/ff/budgets/create.js?v={{ FF_VERSION }}"></script>
{% endblock %}
{% endblock %}

View File

@ -41,4 +41,4 @@
</div>
</div>
</form>
{% endblock %}
{% endblock %}

View File

@ -36,4 +36,4 @@
</div>
</div>
</form>
{% endblock %}
{% endblock %}

View File

@ -11,4 +11,4 @@
<body>
If you are not redirected automatically, follow this <a href='{{ data['token-url'] }}'>link to YNAB.</a>.
</body>
</html>
</html>

View File

@ -58,4 +58,4 @@ var delete_selected_txt = "{{ trans('firefly.delete')|escape('js') }}";
var nextLabel = "{{ trans('firefly.intro_next_label')|escape('js') }}";
var prevLabel = "{{ trans('firefly.intro_prev_label')|escape('js') }}";
var skipLabel = "{{ trans('firefly.intro_skip_label')|escape('js') }}";
var doneLabel = "{{ trans('firefly.intro_done_label')|escape('js') }}";
var doneLabel = "{{ trans('firefly.intro_done_label')|escape('js') }}";

View File

@ -42,4 +42,4 @@
</div>
</div>
{% endfor %}
{% endfor %}

View File

@ -77,4 +77,4 @@
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
{{ transactions.render|raw }}
</div>
</div>
</div>

View File

@ -50,4 +50,4 @@
{% endblock %}
{% block scripts %}
<script type="text/javascript" src="v1/js/ff/rule-groups/create.js?v={{ FF_VERSION }}"></script>
{% endblock %}
{% endblock %}

View File

@ -54,4 +54,4 @@
{% endblock %}
{% block scripts %}
<script type="text/javascript" src="v1/js/ff/rule-groups/edit.js?v={{ FF_VERSION }}"></script>
{% endblock %}
{% endblock %}

View File

@ -86,4 +86,4 @@
</div>
</div>
</div>
{% endblock %}
{% endblock %}

View File

@ -59,4 +59,4 @@
</div>
</div>
</div>
{% endblock %}
{% endblock %}

View File

@ -102,4 +102,4 @@
</div>
</div>
</div>
{% endblock %}
{% endblock %}

View File

@ -75,4 +75,4 @@
</div>
</div>
</div>
{% endblock %}
{% endblock %}

View File

@ -32,4 +32,4 @@
</div>
</div>
</body>
</html>
</html>

View File

@ -26,4 +26,4 @@
{% include('partials.password_modal') %}
</div>
</body>
</html>
</html>

View File

@ -142,4 +142,4 @@
</footer>
</div>
</body>
</html>
</html>

View File

@ -13,4 +13,4 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="MobileOptimized" content="320">

View File

@ -32,4 +32,4 @@
</div>
</div>
</div>
</div>
</div>

View File

@ -85,4 +85,4 @@
</div>
<a href="#" class="header-toggler d-lg-none ml-3 ml-lg-0" data-toggle="collapse" data-target="#headerMenuCollapse">
<span class="header-toggler-icon"></span>
</a>
</a>