Add newlines and strict types

This commit is contained in:
James Cole
2018-03-05 19:35:58 +01:00
parent 0d72fcdf02
commit a97bfc92e1
100 changed files with 112 additions and 89 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -125,4 +125,4 @@
</table>
<div style="padding-left:8px;">
{{ paginator.render|raw }}
</div>
</div>

View File

@@ -41,4 +41,4 @@
</table>
<div style="padding-left:8px;">
{{ categories.render|raw }}
</div>
</div>

View File

@@ -51,4 +51,4 @@
$("form#preferences_code input:enabled:visible:first").first().select();
});
</script>
{% endblock %}
{% endblock %}

View File

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