forked from Mirrors/keyoxide-web
Fix demo
This commit is contained in:
parent
007c7fed25
commit
cf1c79cdd7
1 changed files with 24 additions and 2 deletions
|
@ -8,7 +8,29 @@ block js
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.demo.narrow
|
.demo.narrow
|
||||||
kx-claim(data-claim= demoData data-skip="true")
|
kx-claim.kx-item(data-claim= demoData data-skip="true")
|
||||||
|
details
|
||||||
|
summary
|
||||||
|
.info
|
||||||
|
p.subtitle= demoData.matches[0].serviceprovider.name
|
||||||
|
p.title= demoData.matches[0].profile.display
|
||||||
|
.icons
|
||||||
|
.verificationStatus(data-value='running')
|
||||||
|
.inProgress
|
||||||
|
.content
|
||||||
|
.subsection
|
||||||
|
img(src='/static/img/link.png')
|
||||||
|
div
|
||||||
|
if (demoData.matches[0].profile.uri)
|
||||||
|
p Profile link:
|
||||||
|
a(rel='me' href=demoData.matches[0].profile.uri)= demoData.matches[0].profile.uri
|
||||||
|
else
|
||||||
|
p Profile link: not accessible from browser
|
||||||
|
if (demoData.matches[0].proof.uri)
|
||||||
|
p Proof link:
|
||||||
|
a(rel='me' href=demoData.matches[0].proof.uri)= demoData.matches[0].proof.uri
|
||||||
|
else
|
||||||
|
p Proof link: not accessible from browser
|
||||||
|
|
||||||
.narrow
|
.narrow
|
||||||
#search.form-wrapper.card
|
#search.form-wrapper.card
|
||||||
|
|
Loading…
Reference in a new issue