- {{range .workflows}}
- {{.Name}}
- {{end}}
-
+
-
-
-
- {{template "repo/builds/openclose" .}}
-
-
-
- {{template "repo/builds/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 "base/footer" .}}
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl
index f950cda65f..ca920f26b4 100644
--- a/templates/repo/header.tmpl
+++ b/templates/repo/header.tmpl
@@ -185,7 +185,7 @@
{{ if and (not .UnitBuildsGlobalDisabled) (.Permission.CanRead $.UnitTypeBuilds)}}
- {{svg "octicon-git-builds"}} {{.locale.Tr "repo.builds"}}
+ {{svg "octicon-play"}} {{.locale.Tr "repo.builds"}}
{{if .Repository.NumOpenRuns}}
{{CountFmt .Repository.NumOpenRuns}}
{{end}}
- {{if not .Repository.IsArchived}}
-
- {{if .IsShowClosed}}
-
{{.locale.Tr "repo.issues.action_open"}}
- {{else}}
- {{.locale.Tr "repo.issues.action_close"}}
- {{end}}
+
+
- {{template "repo/builds/build_list" .}}
+
+
+ All Workflows
+
+ {{range .workflows}}
+ {{.Name}}
{{end}}
+
+
+
+ {{template "repo/builds/openclose" .}}
+
+
+
+ {{template "repo/builds/build_list" .}}
+
+ {{template "repo/builds/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. */}}
+
+
+
+ {{if not .Repository.IsArchived}}
+
+ {{if .IsShowClosed}}
+
+ {{.locale.Tr "repo.issues.action_open"}}
+ {{else}}
+ {{.locale.Tr "repo.issues.action_close"}}
+ {{end}}
+ {{end}}
+