Don't display sing-in link to connected users

This commit is contained in:
Maxime Quandalle 2015-12-21 19:20:27 +01:00
parent 9b9d21030b
commit 17a2118b38

View file

@ -40,5 +40,6 @@ template(name="notFound")
template(name="message")
.big-message.quiet(class=color)
h1 {{_ label}}
with(pathFor route='atSignIn')
p {{{_ 'page-maybe-private' this}}}
unless currentUser
with(pathFor route='atSignIn')
p {{{_ 'page-maybe-private' this}}}