login: add /login & /logout routes, rename 'sign in' to 'login'.
* Replace /session/new with /login and /session/sign_out with /logout. * Rename 'sign in' to 'login'. This changes are to make urls cleaner and terminology more consistent.
This commit is contained in:
@@ -41,9 +41,9 @@ header#top {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
li#nav-sign-in a {
|
||||
li#nav-login a {
|
||||
font-weight: bold;
|
||||
color: var(--sign-in-link-color);
|
||||
color: var(--login-link-color);
|
||||
}
|
||||
|
||||
li.forum-updated a {
|
||||
|
||||
Reference in New Issue
Block a user