forked from Mirrors/keyoxide-web
Add close button to QR modal
This commit is contained in:
parent
205162cd35
commit
99778360e2
1 changed files with 3 additions and 1 deletions
|
@ -86,7 +86,9 @@ block content
|
||||||
div
|
div
|
||||||
canvas#qr
|
canvas#qr
|
||||||
p
|
p
|
||||||
a#qr--altLink
|
a(href="" tabindex="0")#qr--altLink
|
||||||
|
form(method="dialog")
|
||||||
|
input(type="submit" value="Close")
|
||||||
|
|
||||||
if (isSignature)
|
if (isSignature)
|
||||||
#profileSigInput.form-wrapper.card
|
#profileSigInput.form-wrapper.card
|
||||||
|
|
Loading…
Reference in a new issue