Sha256: 112c8ebbfc265ca50835c009e88f6088629c6946754df4592cb64548a149c7fd
Contents?: true
Size: 595 Bytes
Versions: 38
Compression:
Stored size: 595 Bytes
Contents
<table class="table table-striped table-full" ng-class="{'table-mask': table.working}"> <thead> <tr bst-table-head row-select> <th bst-table-column="errata_id" sortable>{{ "Errata ID" | translate }}</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="errata in table.rows" row-select="errata" active-row="stateIncludes('errata.details', {errataId: errata.id})"> <td bst-table-cell> <a ui-sref="errata.details.info({errataId: errata.id})"> {{ errata.errata_id }} </a> </td> </tr> </tbody> </table>
Version data entries
38 entries across 38 versions & 1 rubygems