Remove empty link in mailer layout

This link was opening the current page in a new window, which is pretty
useless IMHO.
This commit is contained in:
Javi Martín
2023-10-05 20:33:25 +02:00
parent 2e217a647a
commit ef7486ddc6

View File

@@ -4,11 +4,9 @@
<table cellpadding="0" cellspacing="0" border="0" style="width: 100%;"> <table cellpadding="0" cellspacing="0" border="0" style="width: 100%;">
<tr> <tr>
<td style="border-bottom: 1px solid #dadfe1; padding: 20px 0;"> <td style="border-bottom: 1px solid #dadfe1; padding: 20px 0;">
<a href="#" target="_blank"> <%= image_tag(image_path_for("logo_email.png"),
<%= image_tag(image_path_for("logo_email.png"), style: "border: 0;display: block;width: 100%;max-width: 400px",
style: "border: 0;display: block;width: 100%;max-width: 400px", alt: setting["org_name"]) %>
alt: setting["org_name"]) %>
</a>
</td> </td>
</tr> </tr>
</table> </table>