Sha256: 424bccff898e2dc07160c1c4eb8d548f39eeef5c9953e8882322239b0fa8576f

Contents?: true

Size: 1.02 KB

Versions: 212

Compression:

Stored size: 1.02 KB

Contents

<span page-title ng-model="file">{{ 'File: ' | translate }} {{ file.name }}</span>

<div data-extend-template="layouts/details-page-with-breadcrumbs.html">
  <div data-block="header" translate>
    {{ file.name }}
  </div>

  <nav data-block="navigation">
    <ul class="nav nav-tabs">
      <li ng-class="{active: isState('file.info')}">
        <a ui-sref="file.info">
          <span translate>
            Details
          </span>
        </a>
      </li>
      <li ng-show="permitted('view_products')" ng-class="{active: isState('file.repositories')}">
        <a ui-sref="file.repositories">
          <span translate>
            Library Repositories
          </span>
        </a>
      </li>
      <li ng-show="permitted('view_content_views')" ng-class="{active: isState('file.content-views')}">
        <a ui-sref="file.content-views">
          <span translate>
            Content Views
          </span>
        </a>
      </li>
    </ul>
  </nav>

  <div data-block="content">
    <section ui-view></section>
  </div>
</div>

Version data entries

212 entries across 212 versions & 1 rubygems

Version Path
katello-4.14.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.14.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.15.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.15.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.15.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.14.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.14.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.14.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.14.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.14.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.14.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.13.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.13.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.12.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.13.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.12.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.12.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.12.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.12.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html
katello-4.11.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file.html