fix: remove build view header

This commit is contained in:
Jason Song
2022-11-25 17:48:47 +08:00
parent 5230c7a364
commit f3a9a25682
4 changed files with 1 additions and 23 deletions
-7
View File
@@ -2,13 +2,6 @@
<div class="page-content repository">
{{template "repo/header" .}}
<div class="build-view-header">
<h1>
<span class="title">{{template "repo/builds/status" .Build.Status}}{{RenderIssueTitle $.Context .Build.Title $.RepoLink $.Repository.ComposeMetas}}</span>
<span class="index">#{{.Build.Index}}</span>
</h1>
</div>
<div id="repo-build-view" data-run-index="{{.RunIndex}}" data-job-index="{{.JobIndex}}">
</div>