Use a common message template instead of a special one (#31878)
This commit is contained in:
parent
3a51c37672
commit
3febcaa53b
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ func Commits(ctx *context.Context) {
|
|||
commitsTagsMap, err := repo_model.FindTagsByCommitIDs(ctx, ctx.Repo.Repository.ID, commitIDs...)
|
||||
if err != nil {
|
||||
log.Error("FindTagsByCommitIDs: %v", err)
|
||||
ctx.Flash.Error(ctx.Tr("repo.commit.load_tags_failed"))
|
||||
ctx.Flash.Error(ctx.Tr("internal_error_skipped", "FindTagsByCommitIDs"))
|
||||
} else {
|
||||
ctx.Data["CommitsTagsMap"] = commitsTagsMap
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue