mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-01 04:12:10 +00:00
new access token UI
This commit is contained in:
parent
2e8ffc2ffb
commit
4c7b6414eb
15 changed files with 234 additions and 201 deletions
|
@ -1013,7 +1013,7 @@ func ChangeMilestonStatus(ctx *middleware.Context) {
|
|||
|
||||
func DeleteMilestone(ctx *middleware.Context) {
|
||||
if err := models.DeleteMilestoneByID(ctx.QueryInt64("id")); err != nil {
|
||||
ctx.Flash.Error("DeleteMilestone: " + err.Error())
|
||||
ctx.Flash.Error("DeleteMilestoneByID: " + err.Error())
|
||||
} else {
|
||||
ctx.Flash.Success(ctx.Tr("repo.milestones.deletion_success"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue