This commit is contained in:
Gaëlle Morin 2019-10-24 14:53:29 +02:00
parent b18fb237f2
commit bf2b89d6d4
2 changed files with 7 additions and 2 deletions

View File

@ -36,7 +36,12 @@ html(lang="en")
include page-circle.pug
#circle-edit(hidden).no-sidebar
sib-link(class="backlink", bind-resources) Back
sib-action.backlink(
bind-resources
label='Back'
data-src='${src}'
)
sib-link(class='backlink', bind-resources, next='') Back
include page-circle-edit.pug
#messages(hidden).with-sidebar

View File

@ -77,7 +77,7 @@ nav#main__menu
order-by='username'
next='messages'
)
sib-route(hidden, name='circle-edit', use-id)
sib-route(hidden, name='circle-edit', use-id='')
//- div.divider
//- sib-route.menu(hidden, name='my-profile', rdf-type='foaf:user', use-id='')