Update breadcrumbs.

This commit is contained in:
James Cole
2021-05-24 12:40:39 +02:00
parent 20442a5023
commit 2afd959c4f
5 changed files with 146 additions and 156 deletions

View File

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

View File

@@ -3,4 +3,6 @@
{{ trans('email.signature')|raw }}
{% if '' != ipAddress %}
{{ trans('email.footer_ps', {ipAddress: ipAddress})|raw }}
{% endif %}