Fix "Your Account" link in emails

This commit is contained in:
Joseph Schorr 2016-08-09 13:31:26 -04:00
parent 19d718066b
commit c13659a9af

View file

@ -61,9 +61,11 @@
</table>
<table style="margin: 0 auto;">
<tr style="font-size: 11px;" >
<td><a style="color: #52A3D9;" href="{{app_url}}/user/{{username}}?tab=settings">Your Account</a></td>
{% if username %}
<td><a style="color: #52A3D9;" href="{{ app_url }}/user/{{ username }}?tab=settings">Your Account</a></td>
{% endif %}
<td><a style="color: #52A3D9;" href="https://docs.quay.io/">Documentation</a></td>
<td><a style="color: #52A3D9;" href="{{app_url}}">Quay.io</a></td>
<td><a style="color: #52A3D9;" href="{{ app_url }}">Quay.io</a></td>
</tr>
</table>
{% endif %}