Sha256: 6954e7deaf346f2715e5d0a37aa9510614e266ac36c96f2731c18526f17ad3bb
Contents?: true
Size: 1.66 KB
Versions: 10
Compression:
Stored size: 1.66 KB
Contents
<span page-title>{{ 'Products' | translate }}</span> <div data-extend-template="layouts/nutupane.html"> <div data-block="header"> {{ 'Products' | translate }} </div> <div data-block="messages"> <div bst-alerts success-messages="successMessages" error-messages="errorMessages"></div> <div bst-alert="success" ng-hide="productDeletionTaskId === undefined"> <button type="button" class="close" ng-click="unsetProductDeletionTaskId()">×</button> <p translate> Product delete operation has been initiated in the background. Click <a href="{{ taskUrl(productDeletionTaskId) }}">Here</a> to monitor the progress. </p> </div> </div> <div data-block="actions"> <button class="btn btn-default" ng-show="permitted('edit_products') || permitted('destroy_products')" ui-sref="products.bulk-actions.sync"> <i class="fa fa-group leading-icon"></i> {{ "Bulk Actions" | translate }} </button> <button class="btn btn-default" bst-feature-flag="custom_products" ng-hide="denied('edit_products')" ui-sref="products.discovery.scan"> <i class="fa fa-crosshairs"></i> {{ "Repo Discovery" | translate }} </button> <button class="btn btn-primary" bst-feature-flag="custom_products" ui-sref="products.new.form" ng-hide="denied('create_products')"> <i class="fa fa-plus"></i> {{ "New Product" | translate }} </button> </div> <span data-block="no-rows-message" translate> You currently don't have any Products<span bst-feature-flag="custom_products">, you can add Products using the button on the right</span>. </span> </div>
Version data entries
10 entries across 10 versions & 1 rubygems