mirror of
https://gitee.com/gitea/gitea
synced 2025-11-03 16:10:25 +08:00
single repository page ui, add spec handler to get repo
This commit is contained in:
@@ -137,7 +137,8 @@ func CreateRepository(user *User, repoName, desc, repoLang, license string, priv
|
||||
}
|
||||
return nil, err
|
||||
}
|
||||
return repo, nil
|
||||
|
||||
return repo, NewRepoAction(user, repo)
|
||||
}
|
||||
|
||||
// InitRepository initializes README and .gitignore if needed.
|
||||
|
||||
Reference in New Issue
Block a user