1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 15:09:33 -05:00
wxiaoguang 623a2d41cc
Refactor issue page info ()
Fix a longstanding TODO since 2021 () / 2018 ()
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" .}}