mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-01 12:22:11 +00:00
ui for user/profile page, only skeleton
This commit is contained in:
parent
ffcfd428b8
commit
ffe0ba562c
8 changed files with 125 additions and 3 deletions
|
@ -16,6 +16,13 @@ import (
|
|||
"github.com/gogits/gogs/utils/log"
|
||||
)
|
||||
|
||||
func Profile(r render.Render) {
|
||||
r.HTML(200, "user/profile", map[string]interface{}{
|
||||
"Title": "Username",
|
||||
})
|
||||
return
|
||||
}
|
||||
|
||||
func SignIn(req *http.Request, r render.Render) {
|
||||
if req.Method == "GET" {
|
||||
r.HTML(200, "user/signin", map[string]interface{}{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue