Sha256: 79bf6abd4030fb383c5de71fbf4f81a9fee2d0d2543882837225551a185572b6
Contents?: true
Size: 1.05 KB
Versions: 6
Compression:
Stored size: 1.05 KB
Contents
<span page-title ng-model="contentView">{{ 'Publish Content View:' | translate }} {{ contentView.name }}</span> <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="col-sm-5" 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" rows="10" tabindex="1"> </textarea> </div> <div bst-form-buttons on-cancel="transitionTo('content-view.versions', {contentViewId: contentView.id})" on-save="publish(contentView)" working="working"> </div> </form>
Version data entries
6 entries across 6 versions & 1 rubygems