mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update breadcrumbs.
This commit is contained in:
@@ -5,9 +5,11 @@
|
||||
{{ trans('email.signature') }}
|
||||
</p>
|
||||
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:11px;color:#aaa;">
|
||||
{{ trans('email.footer_ps', {ipAddress: ipAddress}) }}
|
||||
</p>
|
||||
{% if '' != ipAddress %}
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:11px;color:#aaa;">
|
||||
{{ trans('email.footer_ps', {ipAddress: ipAddress}) }}
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -3,4 +3,6 @@
|
||||
|
||||
{{ trans('email.signature')|raw }}
|
||||
|
||||
{% if '' != ipAddress %}
|
||||
{{ trans('email.footer_ps', {ipAddress: ipAddress})|raw }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user