emails: only show quay footer if coming from hosted
This commit is contained in:
parent
46a720285a
commit
004b834c72
3 changed files with 6 additions and 1 deletions
|
@ -53,6 +53,7 @@
|
|||
</td>
|
||||
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; margin: 0; padding: 0;"></td>
|
||||
</tr></table><!-- /BODY -->
|
||||
{% if hosted %}
|
||||
<table style="text-align:center; margin:25px auto 0;">
|
||||
<tr>
|
||||
<td style="font-size: 13px; font-weight: 200">Quay [ builds, analyzes, distributes ] your container images</td>
|
||||
|
@ -65,5 +66,6 @@
|
|||
<td><a style="color: #52A3D9;" href="https://www.quay.io">Quay.io</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
{% endif %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue