Make the quay support a mailto link.
This commit is contained in:
parent
f8f4c55f89
commit
b9cdf93758
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
</div>
|
||||
|
||||
<div class="repo-content" ng-show="!currentTag.image && repo.is_building">
|
||||
<div class="empty-message">Your build is currently processing, if this takes longer than an hour, please contact quay support</div>
|
||||
<div class="empty-message">Your build is currently processing, if this takes longer than an hour, please contact <a href="mailto:support@quay.io">Quay.io support</a></div>
|
||||
</div>
|
||||
|
||||
<!-- Content view -->
|
||||
|
|
Reference in a new issue