Fix template emails

This commit is contained in:
Paulo Gustavo Veiga 2022-02-02 22:13:36 -08:00
parent a71f083416
commit 677bfe8b89
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
style="padding: 0; padding-right: 5px; text-align:center;font-weight: normal;font-family: Arial, sans-serif">
<a href="${baseUrl}">
<img style="border: 0;margin-top: 10px;"
src="${baseUrl}/images/logo-small.svg"
src="${baseUrl}/images//logo-icon.svg"
alt="WiseMapping"/>
</a>

View File

@ -23,9 +23,9 @@
</table>
</div>
<div style="font-size: 13px; background-color: #FFF; padding: 10px 7px 7px 7px; min-height: 100px">
<p><strong>Message from ${senderMail}: </strong></p>
#if($message )
<pre style="font-family: Arial, sans-serif; color: #000; ">${message}</pre>
<p><strong>Message from ${senderMail}: </strong></p>
<pre style="font-family: Arial, sans-serif; color: #000; ">${message}</pre>
#end
<p>Click to open: <a href="${mapEditUrl}">${mindmap.title}</a></p>