mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-29 16:48:02 +08:00
移动文件
This commit is contained in:
@@ -6,12 +6,12 @@ module.exports =
|
||||
get:
|
||||
signup: (req, res) ->
|
||||
mAccount.authenticate req.token, (account) ->
|
||||
res.render 'signup',
|
||||
res.render 'account/signup',
|
||||
account: account
|
||||
|
||||
login: (req, res) ->
|
||||
mAccount.authenticate req.token, (account) ->
|
||||
res.render 'login',
|
||||
res.render 'account/login',
|
||||
account: account
|
||||
|
||||
post:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
extends layout
|
||||
extends ../layout
|
||||
|
||||
prepend head
|
||||
title #{t("word.signup")} | #{t('app.name')}
|
||||
Reference in New Issue
Block a user