Files
nairobi/app/views/layouts/_mailer_header.html.erb
Javi Martín ef7486ddc6 Remove empty link in mailer layout
This link was opening the current page in a new window, which is pretty
useless IMHO.
2023-10-24 16:31:39 +02:00

16 lines
581 B
Plaintext

<table cellpadding="0" cellspacing="0" border="0" style="background: #fff; margin: 0 auto; max-width: 700px; width:100%;">
<tr>
<td>
<table cellpadding="0" cellspacing="0" border="0" style="width: 100%;">
<tr>
<td style="border-bottom: 1px solid #dadfe1; padding: 20px 0;">
<%= image_tag(image_path_for("logo_email.png"),
style: "border: 0;display: block;width: 100%;max-width: 400px",
alt: setting["org_name"]) %>
</td>
</tr>
</table>
</td>
</tr>
</table>