Sha256: 29a6c82beeff7a6b70f73d53a84c5bc689cb8419758132bb69010c57a22a340e
Contents?: true
Size: 478 Bytes
Versions: 19
Compression:
Stored size: 478 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><short-date-time date="status.created" /></td> </tr> </tbody> </table>
Version data entries
19 entries across 19 versions & 1 rubygems