Show notification time
This commit is contained in:
@@ -302,7 +302,7 @@
|
||||
<tbody ng-repeat="notification in notifications.notifications">
|
||||
<tr ng-class="{ 'notification-details': notifications.activeNotification === notification }">
|
||||
<td class="text-left hand elide-table-cell" ng-click="notifications.clicked(notification)">
|
||||
{{ notification.title }}
|
||||
{{ notification.title }} <small class="text-muted" uib-tooltip="{{ notification.creationTime | prettyLongDate }}">{{ notification.creationTime | prettyDate }}</small>
|
||||
</td>
|
||||
<td class="text-right no-wrap" style="vertical-align: bottom">
|
||||
<button class="btn btn-xs btn-success" ng-click="notifications.ack(notification)" uib-tooltip="Clear"><i class="fa fa-check"></i></button>
|
||||
|
||||
Reference in New Issue
Block a user