giteabot backport / giteabot (push) Canceled after 0s
giteabot / giteabot (push) Canceled after 0s
release-nightly / nightly-binary (push) Canceled after 0s
release-nightly / nightly-container (push) Canceled after 0s
cache-seeder / gobuild (push) Canceled after 0s
cache-seeder / lint (bindata, lint-backend) (push) Canceled after 0s
release-nightly-snapcraft / build-and-publish (push) Canceled after 0s
Includes direct password setup links in registration emails. Assisted-by: Codex:GPT-5
13 lines
376 B
Handlebars
13 lines
376 B
Handlebars
{{template "base/head" .}}
|
|
<div role="main" aria-label="{{.Title}}" class="page-content repository view issue pull">
|
|
{{template "repo/header" .}}
|
|
<div class="ui container">
|
|
{{template "repo/issue/view_title" .}}
|
|
{{if .Issue.IsPull}}
|
|
{{template "repo/pulls/tab_menu" .}}
|
|
{{end}}
|
|
{{template "repo/issue/view_content" .}}
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|