mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-28 12:00:01 +02:00
add organization team-create page
This commit is contained in:
parent
19e9104289
commit
b5ba2bd268
6 changed files with 100 additions and 5 deletions
|
@ -30,10 +30,6 @@ func Members(ctx *middleware.Context, params martini.Params) {
|
|||
ctx.HTML(200, "org/members")
|
||||
}
|
||||
|
||||
func Teams(ctx *middleware.Context, params martini.Params) {
|
||||
ctx.Data["Title"] = "Organization " + params["org"] + " Teams"
|
||||
ctx.HTML(200, "org/teams")
|
||||
}
|
||||
|
||||
func New(ctx *middleware.Context) {
|
||||
ctx.Data["Title"] = "Create An Organization"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue