[Backport] Add alt text in Taiga logo for emails

remotes/origin/issue/4217/improving-mail-design
David Barragán Merino 2016-12-14 10:51:58 +01:00
parent 47ff050abe
commit 16856cb64f
3 changed files with 3 additions and 3 deletions

View File

@ -394,7 +394,7 @@
<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" /> <img src="{{ static("emails/logo-color.png") }}" id="headerImage" alt="Taiga" />
</a> </a>
{% block body %} {% block body %}
{% endblock %} {% endblock %}

View File

@ -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") }}" id="headerImage" /> <img src="{{ static("emails/logo.png") }}" id="headerImage" alt="Taiga" />
</a> </a>
{% trans %} {% trans %}
<h1>You have been Taigatized!</h1> <h1>You have been Taigatized!</h1>

View File

@ -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" /> <img src="{{ static("emails/logo-color.png") }}" id="headerImage" alt="Taiga" />
</a> </a>
{% block head %} {% block head %}
{% endblock %} {% endblock %}