mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
build UI
This commit is contained in:
@@ -106,7 +106,7 @@ func BuildViewPost(ctx *context.Context) {
|
||||
}
|
||||
|
||||
resp := &BuildViewResponse{}
|
||||
resp.StateData.BuildInfo.Title = run.Name
|
||||
resp.StateData.BuildInfo.Title = run.Title
|
||||
|
||||
respJobs := make([]*BuildViewJob, len(jobs))
|
||||
for i, v := range jobs {
|
||||
|
||||
Reference in New Issue
Block a user