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/notification-view.html

7 lines
325 B
HTML

<div class="notification-view-element">
<div class="container" ng-click="showNotification();">
<div class="message">{{ getMessage(notification) }}</div>
<div class="datetime">{{ parseDate(notification.created) | date:'medium'}}</div>
<div class="circle" ng-class="getClass(notification)"></div>
</div>
</div>