updated gpg textarea
This commit is contained in:
parent
f213f8ba65
commit
15ed41741e
5 changed files with 12 additions and 11 deletions
|
@ -53,7 +53,7 @@
|
|||
<button type="submit" class="btn btn-link btn-xs" form="download-pubkey"><span class="glyphicon glyphicon-cloud-download" aria-hidden="true"></span> Download signature verififcation key</button>
|
||||
</div>
|
||||
{{/if}}
|
||||
<textarea class="form-control gpg-text" rows="3" name="{{column}}">{{value}}</textarea>
|
||||
<textarea class="form-control gpg-text" rows="3" name="{{column}}" placeholder="Begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'">{{value}}</textarea>
|
||||
<span class="help-block">Insert your GPG public key here to encrypt messages sent to your address <em>(optional)</em></span>
|
||||
{{/if}}
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
<button type="submit" class="btn btn-link btn-xs" form="download-pubkey"><span class="glyphicon glyphicon-cloud-download" aria-hidden="true"></span> Download signature verififcation key</button>
|
||||
</div>
|
||||
{{/if}}
|
||||
<textarea class="form-control gpg-text" rows="3" name="{{column}}">{{value}}</textarea>
|
||||
<textarea class="form-control gpg-text" rows="3" name="{{column}}" placeholder="Begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'">{{value}}</textarea>
|
||||
<span class="help-block">Insert your GPG public key here to encrypt messages sent to your address <em>(optional)</em></span>
|
||||
{{/if}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue