mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:47:40 -04:00
9a0652f0b2
To clearly communicate the current state of the action ![image](https://github.com/go-gitea/gitea/assets/20454870/5d6de6b9-f34f-417d-b08e-fcd1b99b3079) ![image](https://github.com/go-gitea/gitea/assets/20454870/b976676a-4525-43e7-866f-8933be1a5dfd) ![image](https://github.com/go-gitea/gitea/assets/20454870/2e0a55fe-658f-4242-83de-b857a8b55f31) ![image](https://github.com/go-gitea/gitea/assets/20454870/6b42bcd1-c499-41ac-8419-1c4e60085d47) ![image](https://github.com/go-gitea/gitea/assets/20454870/363fcff8-fe61-4363-a04b-2db93cfc4fa3) ![image](https://github.com/go-gitea/gitea/assets/20454870/f8f59b68-93de-4f31-b9b0-24d94990d1d0) --------- Signed-off-by: Yarden Shoham <git@yardenshoham.com>
25 lines
1005 B
Handlebars
25 lines
1005 B
Handlebars
{{template "base/head" .}}
|
|
|
|
<div class="page-content repository">
|
|
{{template "repo/header" .}}
|
|
<div id="repo-action-view"
|
|
data-run-index="{{.RunIndex}}"
|
|
data-job-index="{{.JobIndex}}"
|
|
data-actions-url="{{.ActionsURL}}"
|
|
data-locale-approve="{{.locale.Tr "repo.diff.review.approve"}}"
|
|
data-locale-cancel="{{.locale.Tr "cancel"}}"
|
|
data-locale-rerun="{{.locale.Tr "rerun"}}"
|
|
data-locale-status-unknown="{{.locale.Tr "actions.status.unknown"}}"
|
|
data-locale-status-waiting="{{.locale.Tr "actions.status.waiting"}}"
|
|
data-locale-status-running="{{.locale.Tr "actions.status.running"}}"
|
|
data-locale-status-success="{{.locale.Tr "actions.status.success"}}"
|
|
data-locale-status-failure="{{.locale.Tr "actions.status.failure"}}"
|
|
data-locale-status-cancelled="{{.locale.Tr "actions.status.cancelled"}}"
|
|
data-locale-status-skipped="{{.locale.Tr "actions.status.skipped"}}"
|
|
data-locale-status-blocked="{{.locale.Tr "actions.status.blocked"}}"
|
|
>
|
|
</div>
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|