Sha256: 99eb8e68ab60d7807025c45b1da63130b39c2b61bccec02199d45c87e58fdacf
Contents?: true
Size: 472 Bytes
Versions: 45
Compression:
Stored size: 472 Bytes
Contents
<table class="table table-striped table-bordered manifest-history"> <thead> <tr> <th translate>Message</th> <th translate>Time</th> </tr> </thead> <tbody> <tr ng-repeat="status in statuses track by $index"> <td> <i ng-class="status.status == 'FAILURE' ? 'fa fa-warning' : 'fa fa-check'" /> {{ status.statusMessage }} </td> <td>{{ status.created | date:"short" }}</td> </tr> </tbody> </table>
Version data entries
45 entries across 45 versions & 1 rubygems