mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-01 07:04:31 +09:00
11 lines
232 B
Handlebars
11 lines
232 B
Handlebars
{{template "base/head" .}}
|
|
|
|
<div class="page-content repository">
|
|
{{template "repo/header" .}}
|
|
<div id="repo-build-view" data-run-index="{{.RunIndex}}" data-job-index="{{.JobIndex}}">
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|