Sha256: 961fbbe7a8c40dfa25d5297911aa7aa57e0a9e0ade45d4adb41c9caa8ae57cc4
Contents?: true
Size: 1.12 KB
Versions: 10
Compression:
Stored size: 1.12 KB
Contents
<span page-title ng-model="contentView">{{ 'Publish Content View:' | translate }} {{ contentView.name }}</span> <div class="details"> <h3 translate>Publish New Version</h3> <p translate> A new version of {{ contentView.name }} will be created and promoted to the Library environment. It can be promoted to other environments from the Versions tab of this Content View. </p> <header class="details-header"> <h3 translate>Version Details</h3> </header> <form name="versionForm" class="form-horizontal" role="form" novalidate> <div bst-form-group label="{{ 'Version' | translate }}"> <span>{{ contentView['next_version'] }}</span> </div> <div bst-form-group label="{{ 'Description' | translate }}"> <textarea id="description" name="description" ng-model="version.description" tabindex="1"> </textarea> </div> <div bst-form-buttons on-cancel="transitionTo('content-views.details.versions', {contentViewId: contentView.id})" on-save="publish(contentView)" working="working"> </div> </form> </div>
Version data entries
10 entries across 10 versions & 1 rubygems