Sha256: f52bc1c67a93c29b530af538b199a0db932afc9a30d14afd4aae5aa31242fb85
Contents?: true
Size: 547 Bytes
Versions: 13
Compression:
Stored size: 547 Bytes
Contents
<h5 translate>Create a copy of {{ hostCollection.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
13 entries across 13 versions & 1 rubygems