Move signup link to login line, should look a bit nicer
This commit is contained in:
parent
853390aba0
commit
822345a70e
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
$# This file is part of Vervis.
|
||||
$#
|
||||
$# Written in 2016 by fr33domlover <fr33domlover@riseup.net>.
|
||||
$# Written in 2016, 2019 by fr33domlover <fr33domlover@riseup.net>.
|
||||
$#
|
||||
$# ♡ Copying is an act of love. Please copy, reuse and share.
|
||||
$#
|
||||
|
@ -20,6 +20,8 @@ $nothing
|
|||
<div>
|
||||
You are not logged in.
|
||||
<a href=@{AuthR LoginR}>Log in.
|
||||
Or
|
||||
<a href=@{AuthR newAccountR}>Sign up.
|
||||
|
||||
^{breadcrumbsW}
|
||||
|
||||
|
|
|
@ -12,9 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
|
|||
$# with this software. If not, see
|
||||
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
<p>
|
||||
Or <a href=@{AuthR newAccountR}>Sign up</a>.
|
||||
|
||||
<p>
|
||||
Vervis is project hosting platform which is going to be decentralized.
|
||||
ActivityPub federation is being developed. There's still lots of work to do,
|
||||
|
|
Loading…
Reference in a new issue