Sha256: 26ba2a10ccc626cc11591e25b3c6e5e8273c3715a5522cbb0e8678b11aec366f
Contents?: true
Size: 701 Bytes
Versions: 10
Compression:
Stored size: 701 Bytes
Contents
<span page-title ng-model="contentHost">{{ 'Host Collections for:' | translate }} {{ contentHost.name }}</span> <h4 translate>Host Collection Management</h4> <nav> <ul class="nav nav-tabs" ng-show="permitted('edit_content_hosts', contentHost)"> <li ng-class="{active: isState('content-hosts.details.host-collections.list')}"> <a ui-sref="content-hosts.details.host-collections.list"> <span translate>List/Remove</span> </a> </li> <li ng-class="{active: isState('content-hosts.details.host-collections.add')}"> <a ui-sref="content-hosts.details.host-collections.add"> <span translate>Add</span> </a> </li> </ul> </nav> <div ui-view></div>
Version data entries
10 entries across 10 versions & 1 rubygems