Sha256: 1b57936d98bb862a30d0c0cd26665107c9a54a65ab446ac2a949bf66f7e4484d
Contents?: true
Size: 654 Bytes
Versions: 152
Compression:
Stored size: 654 Bytes
Contents
<span page-title ng-model="contentView">{{ 'Copy Content View:' | translate }} {{ contentView.name }}</span> <h5 translate>Create a copy of {{ contentView.name }}</h5> <div class="row"> <div class="col-sm-4"> <form name="copyContentViewForm"> <div class="form-group"> <label for="copy_name" translate>New Name:</label> <input id="copy_name" class="form-control" name="copy_name" ng-model="copyName" tabindex="1" autofocus required/> </div> <button class="btn btn-default" type="submit" ng-click="copy(copyName)"> <span translate>Create</span> </button> </form> </div> </div>
Version data entries
152 entries across 152 versions & 1 rubygems