Sha256: a9ccbc7e9cb85d391bf681d20e058ee85b3717e69df45cb4c5d6cc23ed94f3ea

Contents?: true

Size: 595 Bytes

Versions: 1

Compression:

Stored size: 595 Bytes

Contents

<span page-title>{{ 'New Product' | translate }}</span>

<div class="loading-mask loading-mask-panel" ng-show="panel.loading">
  <i class="fa fa-spinner fa-spin"></i>
  {{ "Loading..." | translate }}
</div>

<section class="nutupane-details" ng-cloak bst-container-scroll>
  <header class="new-header details-header">
    <h2 class="fl" translate>New Product</h2>

    <div class="fr">
      <button class="btn btn-default" ui-sref="products.index">
        <i class="fa fa-remove"></i>
        {{ "Close" | translate }}
      </button>
    </div>
  </header>

  <div ui-view></div>

</section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
katello-2.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new.html