Sha256: e9d17a94dd45024d1b017ea5ca9f1b9b9b05424cb821cca10be345071a9e4ed4
Contents?: true
Size: 547 Bytes
Versions: 220
Compression:
Stored size: 547 Bytes
Contents
<h5 translate>Create a copy of {{ activationKey.name }}</h5> <div class="row"> <div class="col-sm-4"> <form name="copyActivationKeyForm"> <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
220 entries across 220 versions & 1 rubygems