diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-10-28 13:56:00 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-10-28 13:56:00 +0100 |
commit | b9b6688c8751b3ff0fe89655683af48eff195501 (patch) | |
tree | 92b13cb955713a3cb7c213e0a9fd1159a488ecb7 /templates/navbar.qtpl.go | |
parent | 6a3a7a85ef2f63e88a8c96aa3ab525ce843024f9 (diff) | |
download | cerrado-b9b6688c8751b3ff0fe89655683af48eff195501.tar.gz cerrado-b9b6688c8751b3ff0fe89655683af48eff195501.tar.bz2 cerrado-b9b6688c8751b3ff0fe89655683af48eff195501.zip |
feat: Add skeleton login page
Diffstat (limited to 'templates/navbar.qtpl.go')
-rw-r--r-- | templates/navbar.qtpl.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/navbar.qtpl.go b/templates/navbar.qtpl.go index e6ca0aa..ad857f7 100644 --- a/templates/navbar.qtpl.go +++ b/templates/navbar.qtpl.go @@ -25,9 +25,10 @@ const ( List About Config + Login ) -//line templates/navbar.qtpl:12 +//line templates/navbar.qtpl:13 type GitSelection int const ( @@ -36,7 +37,6 @@ const ( Summary Refs Tree - Login ) //line templates/navbar.qtpl:23 @@ -93,7 +93,7 @@ func StreamNavbar(qw422016 *qt422016.Writer, s Selection) { //line templates/navbar.qtpl:31 streaminsertIfEqual(qw422016, s, Login) //line templates/navbar.qtpl:31 - qw422016.N().S(`" href="/">login</a> + qw422016.N().S(`" href="/login">login</a> `) //line templates/navbar.qtpl:35 qw422016.N().S(` |