This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/directives/quay-message-bar.html

5 lines
202 B
HTML

<div class="announcement inline" ng-show="messages.length">
<div ng-repeat="message in messages">
<a ng-href="" class="quay-service-status-description">{{ message.content }}</a>
</div>
</div>