diff --git a/models/unit/unit.go b/models/unit/unit.go index 5a09576b7c..bcd0572ab9 100644 --- a/models/unit/unit.go +++ b/models/unit/unit.go @@ -296,7 +296,7 @@ var ( TypeActions, "actions.actions", "/actions", - "actions.description", + "actions.unit.desc", 7, perm.AccessModeOwner, } diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 02bc7e0aeb..0636ffc341 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3237,9 +3237,17 @@ deletion.failed = Failed to remove secret. [actions] actions = Actions -description = Manage actions -open_tab = %d Open -closed_tab = %d Closed + +unit.desc = Manage actions + +status.unknown = "Unknown" +status.waiting = "Waiting" +status.running = "Running" +status.success = "Success" +status.failure = "Failure" +status.cancelled = "Cancelled" +status.skipped = "Skipped" +status.blocked = "Blocked" runners = Runners runners.runner_manage_panel = Runners Management @@ -3277,11 +3285,8 @@ runners.status.idle = Idle runners.status.active = Active runners.status.offline = Offline -status.unknown = "Unknown" -status.waiting = "Waiting" -status.running = "Running" -status.success = "Success" -status.failure = "Failure" -status.cancelled = "Cancelled" -status.skipped = "Skipped" -status.blocked = "Blocked" +runs.all_workflows = All Workflows +runs.open_tab = %d Open +runs.closed_tab = %d Closed +runs.commit = Commit +runs.pushed_by = Pushed by diff --git a/templates/repo/actions/list.tmpl b/templates/repo/actions/list.tmpl index ce0d82a600..c5abff5251 100644 --- a/templates/repo/actions/list.tmpl +++ b/templates/repo/actions/list.tmpl @@ -6,7 +6,7 @@
-
-
- {{template "repo/actions/openclose" .}} -
-
- {{/* Ten wide does not cope well and makes the columns stack. - This seems to be related to jQuery's hide/show: in fact, switching - issue-actions and issue-filters and having this ten wide will show - this one correctly, but not the other one. */}} -
- -
-
{{template "repo/actions/runs_list" .}}
diff --git a/templates/repo/actions/openclose.tmpl b/templates/repo/actions/openclose.tmpl index 09d70f13aa..4190ddf75d 100644 --- a/templates/repo/actions/openclose.tmpl +++ b/templates/repo/actions/openclose.tmpl @@ -1,10 +1,10 @@ diff --git a/templates/repo/actions/runs_list.tmpl b/templates/repo/actions/runs_list.tmpl index bcd5a4c80a..9f40425e55 100644 --- a/templates/repo/actions/runs_list.tmpl +++ b/templates/repo/actions/runs_list.tmpl @@ -11,8 +11,8 @@
- {{if not $.CurWorkflow}}{{.WorkflowID}} {{end}}#{{.Index}}: Commit - {{SubStr .CommitSHA 0 10}}  pushed by {{.TriggerUser.GetDisplayName | Escape}} + {{if not $.CurWorkflow}}{{.WorkflowID}} {{end}}#{{.Index}}: {{$.locale.Tr "actions.runs.commit"}} + {{SubStr .CommitSHA 0 10}}  {{$.locale.Tr "actions.runs.pushed_by"}} {{.TriggerUser.GetDisplayName | Escape}}