mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
18 lines
495 B
Handlebars
18 lines
495 B
Handlebars
{{template "base/head" .}}
|
|
|
|
<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>
|
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|