UX: Show a nicer "Log In" screen if the user follows /my/preferences

This commit is contained in:
Robin Ward
2015-10-14 13:39:31 -04:00
parent d66a545dd2
commit a527c58c7d
9 changed files with 55 additions and 42 deletions

View File

@ -241,6 +241,7 @@ Discourse::Application.routes.draw do
get "tos" => "static#show", id: "tos", as: 'tos'
get "privacy" => "static#show", id: "privacy", as: 'privacy'
get "signup" => "list#latest"
get "login-preferences" => "static#show", id: "login"
get "users/admin-login" => "users#admin_login"
put "users/admin-login" => "users#admin_login"