mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 20:08:52 +00:00
Rewrote all email messages.
This commit is contained in:
29
resources/views/emails/error-text.twig
Normal file
29
resources/views/emails/error-text.twig
Normal file
@@ -0,0 +1,29 @@
|
||||
{% include 'emails.header-text' %}
|
||||
Firefly III ran into an error: {{ errorMessage }}.
|
||||
|
||||
The error was of type "{{ class }}".
|
||||
|
||||
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.
|
||||
{% endif %}
|
||||
|
||||
The IP address related to this error is: {{ ip }}
|
||||
|
||||
The full stacktrace is below. If you think this is a bug in Firefly III, you
|
||||
can forward this message to thegrumpydictator@gmail.com. This can help fix
|
||||
the bug you just encountered.
|
||||
|
||||
If you prefer, you can also open a new issue here:
|
||||
|
||||
https://github.com/JC5/firefly-iii/issues/new
|
||||
|
||||
The full stacktrace is below:
|
||||
|
||||
{{ stacktrace }}
|
||||
{% include 'emails.footer-text' %}
|
||||
Reference in New Issue
Block a user