mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-01 05:22:50 +09:00
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:
@ -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",
|
||||
|
Reference in New Issue
Block a user