Sha256: 234f183428e0e8d52d41eb905afc55276733872ea445a9445338da4a3a2d7441
Contents?: true
Size: 457 Bytes
Versions: 33
Compression:
Stored size: 457 Bytes
Contents
<table class="table table-striped 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
33 entries across 33 versions & 1 rubygems