Files
gitea/templates/repo/builds/view.tmpl
T
2022-11-25 17:48:46 +08:00

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" .}}