diff --git a/resources/views/admin/index.twig b/resources/views/admin/index.twig index ea8a12b066..926a43e2e2 100644 --- a/resources/views/admin/index.twig +++ b/resources/views/admin/index.twig @@ -4,21 +4,21 @@ {{ Breadcrumbs.renderIfExists }} {% endblock %} {% block content %} -
-
-
-
-

{{ 'user_administration'|_ }}

-
-
- +
+
+
+
+

{{ 'user_administration'|_ }}

+
+
-
{% endblock %} diff --git a/resources/views/budgets/show.twig b/resources/views/budgets/show.twig index 3d16e40562..f88ab7ba9b 100644 --- a/resources/views/budgets/show.twig +++ b/resources/views/budgets/show.twig @@ -48,7 +48,8 @@ {% for limit in limits %}
diff --git a/resources/views/currency/index.twig b/resources/views/currency/index.twig index f8fd9dbb50..4effcba0a5 100644 --- a/resources/views/currency/index.twig +++ b/resources/views/currency/index.twig @@ -37,7 +37,8 @@ {% if currency.id == defaultCurrency.id %} {{ 'default_currency'|_ }} {% else %} - {{ 'make_default_currency'|_ }} + {{ 'make_default_currency'|_ }} {% endif %} diff --git a/resources/views/emails/blocked-login-html.twig b/resources/views/emails/blocked-login-html.twig index 9754109df0..8c23391b25 100644 --- a/resources/views/emails/blocked-login-html.twig +++ b/resources/views/emails/blocked-login-html.twig @@ -10,14 +10,14 @@ Hey there,

- Firefly III has just blocked a login from user #{{ user_id }} ({{ user_address }}). + Firefly III has just blocked a login from user #{{ user_id }} ({{ user_address }}).

- The blocked code was "{{ code }}". + The blocked code was "{{ code }}".

- The login attempt came from IP {{ ip }}. + The login attempt came from IP {{ ip }}.

diff --git a/resources/views/emails/blocked-registration-html.twig b/resources/views/emails/blocked-registration-html.twig index 9687af9cf3..ac78890963 100644 --- a/resources/views/emails/blocked-registration-html.twig +++ b/resources/views/emails/blocked-registration-html.twig @@ -10,14 +10,14 @@ Hey there,

- Firefly III has just blocked a registration for an email addres at domain {{ blocked_domain }}. + Firefly III has just blocked a registration for an email addres at domain {{ blocked_domain }}.

- The blocked email address was "{{ email_address }}". + The blocked email address was "{{ email_address }}".

- The login attempt came from IP {{ ip }}. + The login attempt came from IP {{ ip }}.

diff --git a/resources/views/emails/confirm-account-html.twig b/resources/views/emails/confirm-account-html.twig index eed51defac..147f6d455e 100644 --- a/resources/views/emails/confirm-account-html.twig +++ b/resources/views/emails/confirm-account-html.twig @@ -11,7 +11,8 @@

- To start using your brand new Firefly III account, you need to activate it. Activating your account allows the website to verify that this email address is valid. Unfortunately, not even the most complex routines can work this out, without actually sending an email message. And here it is! + To start using your brand new Firefly III account, you need to activate it. Activating your account allows the website to verify that this email address is + valid. Unfortunately, not even the most complex routines can work this out, without actually sending an email message. And here it is!

diff --git a/resources/views/emails/error-html.blade.php b/resources/views/emails/error-html.blade.php index 778f5eac56..b8f186249f 100644 --- a/resources/views/emails/error-html.blade.php +++ b/resources/views/emails/error-html.blade.php @@ -10,11 +10,11 @@

-The error was of type "{{ class }}". + The error was of type "{{ class }}".

-The error occured on/at: {{ time }}. + The error occured on/at: {{ time }}.

@@ -23,14 +23,14 @@ The error occured on/at: {{ time }}.

{% if loggedIn %} - The error was encountered by user #{{ user.id }}, {{ user.email }}. + The error was encountered by user #{{ user.id }}, {{ user.email }}. {% else %} - There was no user logged in for this error or no user was detected. + There was no user logged in for this error or no user was detected. {% endif %}

- The IP address related to this error is: {{ ip }} + The IP address related to this error is: {{ ip }}

diff --git a/resources/views/emails/error-html.twig b/resources/views/emails/error-html.twig index 778f5eac56..d486c0a1d5 100644 --- a/resources/views/emails/error-html.twig +++ b/resources/views/emails/error-html.twig @@ -10,11 +10,11 @@

-The error was of type "{{ class }}". + The error was of type "{{ class }}".

-The error occured on/at: {{ time }}. + The error occured on/at: {{ time }}.

@@ -30,7 +30,7 @@ The error occured on/at: {{ time }}.

- The IP address related to this error is: {{ ip }} + The IP address related to this error is: {{ ip }}

diff --git a/resources/views/emails/error.twig b/resources/views/emails/error.twig index 369894a1c2..b772919798 100644 --- a/resources/views/emails/error.twig +++ b/resources/views/emails/error.twig @@ -7,9 +7,9 @@ The error occured on/at: {{ time }}. This error occured in file "{{ file }}" on line {{ line }} with code {{ code }}. {% if loggedIn %} -The error was encountered by user #{{ user.id }}, {{ user.email }}. -{% else %} -There was no user logged in for this error or no user was detected. + The error was encountered by user #{{ user.id }}, {{ user.email }}. +{% else %} + There was no user logged in for this error or no user was detected. {% endif %} The IP address related to this error is: {{ ip }} diff --git a/resources/views/errors/503.twig b/resources/views/errors/503.twig index 71f7588ddd..cf418601da 100644 --- a/resources/views/errors/503.twig +++ b/resources/views/errors/503.twig @@ -12,9 +12,10 @@ display: table; font-family: 'Roboto', sans-serif; } + p { - color:#575e62; - font-size:1.5em; + color: #575e62; + font-size: 1.5em; } .container { diff --git a/resources/views/export/index.twig b/resources/views/export/index.twig index 492b05f418..c4c4d64077 100644 --- a/resources/views/export/index.twig +++ b/resources/views/export/index.twig @@ -33,7 +33,8 @@