Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0063d3
)
New site.logo config
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 13 Oct 2022 13:03:24 +0000
(15:03 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 13 Oct 2022 13:03:24 +0000
(15:03 +0200)
Resources/views/mail/body.html.twig
patch
|
blob
|
history
diff --git
a/Resources/views/mail/body.html.twig
b/Resources/views/mail/body.html.twig
index d7aec971477f30d0a1cf8fd0d3689251039600ca..85bf9e3218ef7128cec0754df68fc847882f721e 100644
(file)
--- a/
Resources/views/mail/body.html.twig
+++ b/
Resources/views/mail/body.html.twig
@@
-20,7
+20,7
@@
{% block body %}
<table class="header">
<tr>
- <td><a href="{{ site.url|escape('html_attr') }}"><img src="{{ email.image(site.logo) }}" alt="{{ site.title|escape('html_attr') }}" /></a></td>
+ <td><a href="{{ site.url|escape('html_attr') }}"><img src="{{ email.image(site.logo
.png
) }}" alt="{{ site.title|escape('html_attr') }}" /></a></td>
<td><h1><a href="{{ site.url|escape('html_attr') }}">{{ site.title }}</a></h1></td>
</tr>
</table>