mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
fix: Remove commented code
This commit is contained in:
parent
a285bfcfc7
commit
d5fb80cf2c
1 changed files with 0 additions and 25 deletions
|
@ -1,31 +1,6 @@
|
|||
extends templates/base.pug
|
||||
|
||||
block content
|
||||
//- .demo
|
||||
//- 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' aria-hidden='true')
|
||||
//- .inProgress
|
||||
//- .content
|
||||
//- .subsection
|
||||
//- img(src='/static/img/link.png' alt='')
|
||||
//- 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(href=demoData.matches[0].proof.uri)= demoData.matches[0].proof.uri
|
||||
//- else
|
||||
//- p Proof link: not accessible from browser
|
||||
|
||||
#search.form-wrapper.card
|
||||
h2#searchTitle View a profile
|
||||
form(action="post")
|
||||
|
|
Loading…
Reference in a new issue