From cf1c79cdd7d2130be1ad22b1ead318e20fff759e Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Tue, 4 May 2021 15:47:00 +0200 Subject: [PATCH] Fix demo --- views/index.pug | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/views/index.pug b/views/index.pug index 2f0c118..5b19ba9 100644 --- a/views/index.pug +++ b/views/index.pug @@ -8,8 +8,30 @@ block js block content .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 #search.form-wrapper.card h2 Generate a profile