emails: user app_url for user login ref
This commit is contained in:
parent
16dec04787
commit
c07a87a2b4
2 changed files with 3 additions and 3 deletions
|
@ -61,9 +61,9 @@
|
|||
</table>
|
||||
<table style="margin: 0 auto;">
|
||||
<tr style="font-size: 11px;" >
|
||||
<td><a style="color: #52A3D9;" href="https://quay.io/signin/">Your Account</a></td>
|
||||
<td><a style="color: #52A3D9;" href="{{app_url}}/user/{{username}}?tab=settings">Your Account</a></td>
|
||||
<td><a style="color: #52A3D9;" href="https://docs.quay.io/">Documentation</a></td>
|
||||
<td><a style="color: #52A3D9;" href="https://www.quay.io">Quay.io</a></td>
|
||||
<td><a style="color: #52A3D9;" href="{{app_url}}">Quay.io</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
{% endif %}
|
||||
|
|
Reference in a new issue