Merge pull request #1694 from coreos-inc/fix-username-email
Fix "Your Account" link in emails
This commit is contained in:
commit
93f7f9b45b
1 changed files with 4 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue