Fix routing so both plain and .html routes work
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
.divider.bottom
|
||||
.login
|
||||
span.name
|
||||
a(href="/login") Login
|
||||
a(href="/login/") Login
|
||||
|
||||
.navBar
|
||||
a(data-page="home", href="/")
|
||||
|
||||
@@ -51,8 +51,9 @@
|
||||
.two-thirds-content.hideable.hidden.fetching-token
|
||||
img.float-right(src="/images/github-login-large.png")
|
||||
h1 Completing log in...
|
||||
p.
|
||||
Hang on just a second while we finish logging you in...
|
||||
p Hang on just a second while we finish logging you in...
|
||||
.actions
|
||||
img(src="/images/wait.gif")
|
||||
|
||||
.clear
|
||||
|
||||
|
||||
Reference in New Issue
Block a user