0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-22 03:28:31 +01:00
gitea/templates/repo/pulls/files.tmpl
wxiaoguang 623a2d41cc
Refactor issue page info (#32445)
Fix a longstanding TODO since 2021 (#14826) / 2018 (#2531)
2024-11-08 02:21:13 +00:00

11 lines
356 B
Handlebars

{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository view issue pull files diff">
{{template "repo/header" .}}
<div class="ui container fluid padded">
{{template "repo/issue/view_title" .}}
{{template "repo/pulls/tab_menu" .}}
{{template "repo/diff/box" .}}
</div>
</div>
{{template "base/footer" .}}