Sha256: 4f2173f9fa053527edf3fc67043084d01baaeebe00b65acdd092912d3e4452d0
Contents?: true
Size: 746 Bytes
Versions: 10
Compression:
Stored size: 746 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_content_hosts')"> <li ng-class="{active: isState('host-collections.details.content-hosts.list')}"> <a ui-sref="host-collections.details.content-hosts.list"> <span translate> List/Remove </span> </a> </li> <li ng-class="{active: stateIncludes('host-collections.details.content-hosts.add')}"> <a ui-sref="host-collections.details.content-hosts.add"> <span translate> Add </span> </a> </li> </ul> </nav> <div ui-view></div>
Version data entries
10 entries across 10 versions & 1 rubygems