forked from Mirrors/keyoxide-web
Change generate to view
This commit is contained in:
parent
89cfd32a4b
commit
a5b9eeea8e
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ block content
|
||||||
p Proof link: not accessible from browser
|
p Proof link: not accessible from browser
|
||||||
|
|
||||||
#search.form-wrapper.card
|
#search.form-wrapper.card
|
||||||
h2#searchTitle Generate a profile
|
h2#searchTitle View a profile
|
||||||
form(action="post")
|
form(action="post")
|
||||||
label#searchQuery(for="query") Query for fingerprint or email identifier
|
label#searchQuery(for="query") Query for fingerprint or email identifier
|
||||||
input#query(type="search" name="query" required placeholder="3637202523e7c1309ab79e99ef2dc5827b445f4b, test@doip.rocks" aria-labelledby="searchTitle searchQuery")
|
input#query(type="search" name="query" required placeholder="3637202523e7c1309ab79e99ef2dc5827b445f4b, test@doip.rocks" aria-labelledby="searchTitle searchQuery")
|
||||||
|
@ -40,7 +40,7 @@ block content
|
||||||
label(for="protocol-wkd") WKD
|
label(for="protocol-wkd") WKD
|
||||||
input#protocol-sig(type="radio" name="protocol" value="sig")
|
input#protocol-sig(type="radio" name="protocol" value="sig")
|
||||||
label(for="protocol-sig") Signature
|
label(for="protocol-sig") Signature
|
||||||
input(type="submit" value="Generate profile")
|
input(type="submit" value="View profile")
|
||||||
|
|
||||||
if highlights.length > 0
|
if highlights.length > 0
|
||||||
h2 Highlights
|
h2 Highlights
|
||||||
|
|
Loading…
Reference in a new issue