2023-05-29 13:44:03 +03:00
|
|
|
<div class="issue-content-right ui segment">
|
2024-04-24 21:41:35 +03:00
|
|
|
{{template "repo/issue/view_content/sidebar/branch_selector_field" .}}
|
2023-05-29 13:44:03 +03:00
|
|
|
{{if .Issue.IsPull}}
|
2024-04-24 22:06:22 +03:00
|
|
|
{{template "repo/issue/view_content/sidebar/pull_review" .}}
|
|
|
|
{{template "repo/issue/view_content/sidebar/pull_wip" .}}
|
2023-06-29 15:24:22 +03:00
|
|
|
<div class="divider"></div>
|
2023-05-29 13:44:03 +03:00
|
|
|
{{end}}
|
|
|
|
|
|
|
|
{{template "repo/issue/labels/labels_selector_field" .}}
|
|
|
|
{{template "repo/issue/labels/labels_sidebar" dict "root" $}}
|
|
|
|
|
2023-06-29 15:24:22 +03:00
|
|
|
<div class="divider"></div>
|
2020-04-06 19:33:34 +03:00
|
|
|
|
2024-04-24 23:54:55 +03:00
|
|
|
{{template "repo/issue/view_content/sidebar/milestones" .}}
|
2024-03-08 07:33:52 +03:00
|
|
|
<div class="divider"></div>
|
2017-03-17 08:57:43 +03:00
|
|
|
|
2024-04-24 23:54:55 +03:00
|
|
|
{{template "repo/issue/view_content/sidebar/projects" .}}
|
2023-06-29 15:24:22 +03:00
|
|
|
<div class="divider"></div>
|
2020-11-29 09:22:04 +03:00
|
|
|
|
2024-04-24 23:58:03 +03:00
|
|
|
{{template "repo/issue/view_content/sidebar/assignees" .}}
|
2023-06-29 15:24:22 +03:00
|
|
|
<div class="divider"></div>
|
2017-03-17 08:57:43 +03:00
|
|
|
|
2023-05-29 13:44:03 +03:00
|
|
|
{{if .Participants}}
|
2024-04-25 00:01:03 +03:00
|
|
|
{{template "repo/issue/view_content/sidebar/participants" .}}
|
2023-05-29 13:44:03 +03:00
|
|
|
{{end}}
|
2017-03-17 08:57:43 +03:00
|
|
|
|
2023-05-29 13:44:03 +03:00
|
|
|
{{if and $.IssueWatch (not .Repository.IsArchived)}}
|
2023-06-29 15:24:22 +03:00
|
|
|
<div class="divider"></div>
|
2017-03-17 08:57:43 +03:00
|
|
|
|
2024-04-25 00:03:47 +03:00
|
|
|
{{template "repo/issue/view_content/sidebar/watch" .}}
|
2023-05-29 13:44:03 +03:00
|
|
|
{{end}}
|
2024-04-25 00:03:47 +03:00
|
|
|
|
2023-05-29 13:44:03 +03:00
|
|
|
{{if .Repository.IsTimetrackerEnabled $.Context}}
|
2024-04-25 14:24:26 +03:00
|
|
|
{{template "repo/issue/view_content/sidebar/timetracking" .}}
|
2023-05-29 13:44:03 +03:00
|
|
|
{{end}}
|
|
|
|
|
2023-06-29 15:24:22 +03:00
|
|
|
<div class="divider"></div>
|
2024-04-25 14:34:48 +03:00
|
|
|
{{template "repo/issue/view_content/sidebar/due_deadline" .}}
|
2023-05-29 13:44:03 +03:00
|
|
|
|
|
|
|
{{if .Repository.IsDependenciesEnabled $.Context}}
|
2023-06-29 15:24:22 +03:00
|
|
|
<div class="divider"></div>
|
2023-05-29 13:44:03 +03:00
|
|
|
|
2024-04-25 14:37:43 +03:00
|
|
|
{{template "repo/issue/view_content/sidebar/dependencies" .}}
|
2023-05-29 13:44:03 +03:00
|
|
|
{{end}}
|
|
|
|
|
2023-06-29 15:24:22 +03:00
|
|
|
<div class="divider"></div>
|
2024-04-25 15:43:51 +03:00
|
|
|
{{template "repo/issue/view_content/sidebar/reference" .}}
|
2021-02-28 17:05:55 +03:00
|
|
|
|
2023-05-29 13:44:03 +03:00
|
|
|
{{if and .IsRepoAdmin (not .Repository.IsArchived)}}
|
2023-06-29 15:24:22 +03:00
|
|
|
<div class="divider"></div>
|
2022-05-05 21:58:37 +03:00
|
|
|
|
2024-04-25 15:43:51 +03:00
|
|
|
{{template "repo/issue/view_content/sidebar/actions" .}}
|
2023-05-29 13:44:03 +03:00
|
|
|
{{end}}
|
2022-04-28 18:45:33 +03:00
|
|
|
|
2024-04-25 16:01:16 +03:00
|
|
|
{{if and
|
|
|
|
.Issue.IsPull
|
|
|
|
.IsIssuePoster
|
|
|
|
(not .Issue.IsClosed)
|
|
|
|
.Issue.PullRequest.HeadRepo
|
|
|
|
(not (eq .Issue.PullRequest.HeadRepo.FullName .Issue.PullRequest.BaseRepo.FullName))
|
|
|
|
.CanWriteToHeadRepo
|
|
|
|
}}
|
|
|
|
<div class="divider"></div>
|
2024-04-25 15:56:00 +03:00
|
|
|
{{template "repo/issue/view_content/sidebar/pull_maintainer_edits" .}}
|
2023-05-29 13:44:03 +03:00
|
|
|
{{end}}
|
2021-02-28 17:05:55 +03:00
|
|
|
</div>
|