diff options
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(` |