mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-12 05:23:45 +08:00
a928739456
Follow #32460 Now the code could be much clearer than before and easier to maintain. A lot of legacy code is removed. Manually tested. This PR is large enough, that fine tunes could be deferred to the future if there is no bug found or design problem. Screenshots: <details> ![image](https://github.com/user-attachments/assets/35f4ab7b-1bc0-4bad-a73c-a4569328303c) </details>
27 lines
1.0 KiB
Handlebars
27 lines
1.0 KiB
Handlebars
<div class="issue-content-right ui segment">
|
|
{{template "repo/issue/branch_selector_field" $}}
|
|
|
|
{{if .Issue.IsPull}}
|
|
{{template "repo/issue/sidebar/reviewer_list" $.IssuePageMetaData}}
|
|
{{template "repo/issue/sidebar/wip_switch" $}}
|
|
<div class="divider"></div>
|
|
{{end}}
|
|
|
|
{{template "repo/issue/sidebar/label_list" $.IssuePageMetaData}}
|
|
|
|
{{template "repo/issue/sidebar/milestone_list" $.IssuePageMetaData}}
|
|
{{if .IsProjectsEnabled}}
|
|
{{template "repo/issue/sidebar/project_list" $.IssuePageMetaData}}
|
|
{{end}}
|
|
{{template "repo/issue/sidebar/assignee_list" $.IssuePageMetaData}}
|
|
|
|
{{template "repo/issue/sidebar/participant_list" $}}
|
|
{{template "repo/issue/sidebar/watch_notification" $}}
|
|
{{template "repo/issue/sidebar/stopwatch_timetracker" $}}
|
|
{{template "repo/issue/sidebar/due_date" $}}
|
|
{{template "repo/issue/sidebar/issue_dependencies" $}}
|
|
{{template "repo/issue/sidebar/reference_link" $}}
|
|
{{template "repo/issue/sidebar/issue_management" $}}
|
|
{{template "repo/issue/sidebar/allow_maintainer_edit" $}}
|
|
</div>
|