Remove some newlines

This commit is contained in:
James Cole 2021-03-28 11:47:34 +02:00
parent b5eeacc128
commit e6fbd9259d
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D
15 changed files with 1 additions and 72 deletions

View File

@ -120,9 +120,6 @@
</div>
</div>
</div>
{% endblock %}
{% block scripts %}

View File

@ -164,9 +164,6 @@
</div>
{% endif %}
</div>
{% endblock %}
{% block scripts %}
@ -188,9 +185,6 @@
var chartUri = '{{ chartUri }}';
{% if not showAll %}
showAll = false;
// uri's for charts:
var incomeCategoryUri = '{{ route('chart.account.income-category', [account.id, start.format('Ymd'), end.format('Ymd')]) }}';

View File

@ -27,14 +27,6 @@
</div>
</div>
</form>
<a href="{{ route('two-factor.lost') }}">{{ 'two_factor_forgot'|_ }}</a>
</div>
{% endblock %}

View File

@ -19,9 +19,6 @@
</ul>
</div>
{% endif %}
<div class="login-box-body">
{% if session('status') %}
<p class="login-box-msg text-success">

View File

@ -12,9 +12,6 @@
</ul>
</div>
{% endif %}
<div class="register-box-body">
<p class="login-box-msg">{{ 'register_new_account'|_ }}</p>

View File

@ -11,6 +11,3 @@
{% endfor %}
</ol>
{% endif %}

View File

@ -191,10 +191,6 @@
</div>
</div>
</div>
{% endblock %}
{% block scripts %}
<script type="text/javascript" src="v1/js/lib/modernizr-custom.js?v={{ FF_VERSION }}" nonce="{{ JS_NONCE }}"></script>

View File

@ -188,10 +188,6 @@
</div>
</div>
</div>
{% endblock %}
{% block scripts %}
<script type="text/javascript" src="v1/js/lib/modernizr-custom.js?v={{ FF_VERSION }}" nonce="{{ JS_NONCE }}"></script>

View File

@ -152,10 +152,6 @@
</div>
</div>
{% endif %}
{% if total == 0 and page == 1 %}
{% include 'v1.partials.empty' with {objectType: 'default', type: 'recurring',route: route('recurring.create')} %}
{% endif %}

View File

@ -72,9 +72,6 @@
{{ formatAmountBySymbol(budget_limit.left, budget_limit.currency_symbol, budget_limit.currency_decimal_places) }}
{% endif %}
</td>
<!-- overspent, visible. -->
<td data-value="{{ budget_limit.overspent|default(0) }}" style="text-align: right;">
{% if null != budget_limit.overspent %}

View File

@ -410,15 +410,9 @@
</div>
{% endfor %}
</div>
{# modal for linking journals. Will be filled by AJAX #}
<div class="modal fade" tabindex="-1" role="dialog" id="linkJournalModal">
</div>
{% endblock %}
{% block scripts %}
<script type="text/javascript" nonce="{{ JS_NONCE }}">

View File

@ -17,25 +17,15 @@
</ul>
</div>
</div>
{% endif %}
{# default header #}
<div class="login-box">
<div class="login-logo">
<img src="v2/images/firefly-iii-logo.png" alt="Firefly III" width="40"/>
<a href="{{ route('index') }}"><b>Firefly</b>III</a>
</div>
<!-- /.login-logo -->
<div class="card">
<div class="card-body login-card-body">
@ -72,13 +62,6 @@
</div>
</div>
</div>
<div class="row">
<div class="col-6">

View File

@ -18,10 +18,6 @@
</div>
{% endif %}
{# default header #}
<div class="login-box">
<div class="login-logo">

View File

@ -9,6 +9,3 @@
{% endfor %}
</ol>
{% endif %}

View File

@ -39,4 +39,4 @@
</div>
</div>
</div>
{% endif %}
{% endif %}