This repository has been archived on 2020-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
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>