aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo
diff options
context:
space:
mode:
authorYarden Shoham <git@yardenshoham.com>2023-07-21 13:32:25 +0300
committerGitHub <noreply@github.com>2023-07-21 10:32:25 +0000
commitdbbae67f44364eb965f516bfc77ba25dd5242c16 (patch)
tree75e818d262e2375a2ddcb0d2365ee46e7e67cede /templates/repo
parentd0dbe52e76f3038777c3b50066e3636105387ca3 (diff)
downloadgitea-dbbae67f44364eb965f516bfc77ba25dd5242c16.tar.gz
gitea-dbbae67f44364eb965f516bfc77ba25dd5242c16.zip
Remove commit status running and warning from the dashboard repo list (#26036)
Also added comments so the next time the dashboard repo list won't be forgotten Follows #25839 Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Diffstat (limited to 'templates/repo')
-rw-r--r--templates/repo/commit_status.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/repo/commit_status.tmpl b/templates/repo/commit_status.tmpl
index 2dfd757ee1..ebd8a55f65 100644
--- a/templates/repo/commit_status.tmpl
+++ b/templates/repo/commit_status.tmpl
@@ -1,3 +1,4 @@
+<!-- make sure this matches the color logic in web_src/js/components/DashboardRepoList.vue -->
{{if eq .State "pending"}}
{{svg "octicon-dot-fill" 18 "commit-status icon text yellow"}}
{{end}}