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