mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 23:41:10 +00:00
Add newlines and strict types
This commit is contained in:
@@ -56,4 +56,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -58,4 +58,4 @@
|
||||
var updateCheckUri = '{{ route('admin.update-check.manual') }}';
|
||||
</script>
|
||||
<script type="text/javascript" src="js/ff/admin/update/index.js?v={{ FF_VERSION }}"></script>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
<body>
|
||||
If you are not redirected automatically, follow this <a href='{{ data['token-url'] }}'>link to Spectre.</a>.
|
||||
</body>
|
||||
</html>#}
|
||||
</html>#}
|
||||
|
||||
@@ -42,4 +42,4 @@ var sessionEnd = '{{ session('end').format('Y-m-d') }}';
|
||||
|
||||
// some formatting stuff:
|
||||
var month_and_day_js = "{{ trans('config.month_and_day_js') }}";
|
||||
var acc_config_new = {format: accountingConfig};
|
||||
var acc_config_new = {format: accountingConfig};
|
||||
|
||||
@@ -125,4 +125,4 @@
|
||||
</table>
|
||||
<div style="padding-left:8px;">
|
||||
{{ paginator.render|raw }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -41,4 +41,4 @@
|
||||
</table>
|
||||
<div style="padding-left:8px;">
|
||||
{{ categories.render|raw }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -51,4 +51,4 @@
|
||||
$("form#preferences_code input:enabled:visible:first").first().select();
|
||||
});
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
list-length: {{ listLength }}
|
||||
sandstorm-anon: {% if SANDSTORM_ANON %}true{% else %}false{% endif %}
|
||||
sandstorm-anon: {% if SANDSTORM_ANON %}true{% else %}false{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user