Sha256: 2b83d5d6f15b6f46b1ee379e095c73bc66616b0193802bc1c1e0c16ca7447053
Contents?: true
Size: 706 Bytes
Versions: 20
Compression:
Stored size: 706 Bytes
Contents
<span page-title ng-model="hostCollection">{{ 'Content Hosts for: ' | translate }} {{ hostCollection.name }}</span> <nav> <ul class="nav nav-tabs" ng-show="permitted('edit_host_collections', hostCollection) && permitted('edit_hosts')"> <li ng-class="{active: isState('host-collections.details.hosts.list')}"> <a ui-sref="host-collections.details.hosts.list"> <span translate> List/Remove </span> </a> </li> <li ng-class="{active: stateIncludes('host-collections.details.hosts.add')}"> <a ui-sref="host-collections.details.hosts.add"> <span translate> Add </span> </a> </li> </ul> </nav> <div ui-view></div>
Version data entries
20 entries across 20 versions & 1 rubygems