ui design for sign-in and sign-up page

add /login and /sign-up link for user signing
fix typo error
This commit is contained in:
FuXiaoHei 2014-03-02 15:31:06 +08:00
parent 9c3a8ff299
commit ffcfd428b8
8 changed files with 176 additions and 40 deletions

View file

@ -13,7 +13,7 @@ import (
"github.com/gogits/gogs/models"
)
func AddPublickKey(req *http.Request, r render.Render) {
func AddPublicKey(req *http.Request, r render.Render) {
if req.Method == "GET" {
r.HTML(200, "user/publickey_add", map[string]interface{}{
"Title": "Add Public Key",