Remove alt text for the logo img in email templates
parent
40ec34a026
commit
9791fb256b
|
@ -398,9 +398,9 @@
|
||||||
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">
|
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" class="headerContent">
|
<td valign="top" class="headerContent">
|
||||||
<img src="{{ static('emails/top-bg-update.png') }}" >
|
<img src="{{ static("emails/top-bg-update.png") }}" />
|
||||||
<a href="{{ resolve_front_url('home') }}" title="Taiga">
|
<a href="{{ resolve_front_url("home") }}" title="Taiga">
|
||||||
<img src="{{ static('emails/logo-color.png') }}" id="headerImage" alt="Taiga logo" />
|
<img src="{{ static("emails/logo-color.png") }}" id="headerImage" />
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -354,7 +354,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" class="headerContent" background="{{ static("emails/top-bg-hero.png") }}" style="background-position: center center">
|
<td valign="top" class="headerContent" background="{{ static("emails/top-bg-hero.png") }}" style="background-position: center center">
|
||||||
<a href="{{ resolve_front_url("home") }}" title="Taiga">
|
<a href="{{ resolve_front_url("home") }}" title="Taiga">
|
||||||
<img src="{{ static("emails/logo.png") }}" alt="Taiga logo" id="headerImage" />
|
<img src="{{ static("emails/logo.png") }}" id="headerImage" />
|
||||||
</a>
|
</a>
|
||||||
{% trans %}
|
{% trans %}
|
||||||
<h1>You have been Taigatized!</h1>
|
<h1>You have been Taigatized!</h1>
|
||||||
|
|
|
@ -395,7 +395,7 @@
|
||||||
<img src="{{ static("emails/top-bg-update.png") }}" />
|
<img src="{{ static("emails/top-bg-update.png") }}" />
|
||||||
<a href="{{ resolve_front_url("home") }}"
|
<a href="{{ resolve_front_url("home") }}"
|
||||||
title="Taiga">
|
title="Taiga">
|
||||||
<img src="{{ static("emails/logo-color.png") }}" id="headerImage" alt="Taiga logo" />
|
<img src="{{ static("emails/logo-color.png") }}" id="headerImage" />
|
||||||
</a>
|
</a>
|
||||||
{% block head %}
|
{% block head %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue