2024-03-02 20:45:14 +08:00
|
|
|
{{template "base/alert" .}}
|
2023-06-16 14:32:43 +08:00
|
|
|
<form class="issue-content ui comment form form-fetch-action" id="new-issue" action="{{.Link}}" method="post">
|
2023-05-29 12:44:03 +02:00
|
|
|
<div class="issue-content-left">
|
2015-08-09 15:23:02 +08:00
|
|
|
<div class="ui comments">
|
2015-12-07 23:30:52 +01:00
|
|
|
<div class="comment">
|
2025-07-13 22:52:35 +08:00
|
|
|
<div class=" tw-mr-4 not-mobile">{{ctx.AvatarUtils.Avatar .SignedUser 40}}</div>
|
|
|
|
|
<div class="ui segment content tw-my-0 avatar-content-left-arrow">
|
2015-12-07 23:30:52 +01:00
|
|
|
<div class="field">
|
2026-02-17 09:06:27 +01:00
|
|
|
<input name="title" data-global-init="autoFocusEnd" id="issue_title" required maxlength="255" autocomplete="off"
|
2025-03-03 10:57:28 +08:00
|
|
|
placeholder="{{ctx.Locale.Tr "repo.milestones.title"}}"
|
|
|
|
|
value="{{if .TitleQuery}}{{.TitleQuery}}{{else if .IssueTemplateTitle}}{{.IssueTemplateTitle}}{{else}}{{.title}}{{end}}"
|
|
|
|
|
>
|
2018-08-13 21:04:39 +02:00
|
|
|
{{if .PageIsComparePull}}
|
2024-02-25 22:02:20 +08:00
|
|
|
<div class="title_wip_desc" data-wip-prefixes="{{JsonUtils.EncodeToString .PullRequestWorkInProgressPrefixes}}">{{ctx.Locale.Tr "repo.pulls.title_wip_desc" (index .PullRequestWorkInProgressPrefixes 0)}}</div>
|
2018-08-13 21:04:39 +02:00
|
|
|
{{end}}
|
2015-12-07 23:30:52 +01:00
|
|
|
</div>
|
2023-03-22 05:04:17 +08:00
|
|
|
{{if .Fields}}
|
|
|
|
|
<input type="hidden" name="template-file" value="{{.TemplateFile}}">
|
|
|
|
|
{{range .Fields}}
|
|
|
|
|
{{if eq .Type "input"}}
|
2024-11-10 16:26:42 +08:00
|
|
|
{{template "repo/issue/fields/input" dict "item" .}}
|
2023-03-22 05:04:17 +08:00
|
|
|
{{else if eq .Type "markdown"}}
|
2024-11-10 16:26:42 +08:00
|
|
|
{{template "repo/issue/fields/markdown" dict "item" .}}
|
2023-03-22 05:04:17 +08:00
|
|
|
{{else if eq .Type "textarea"}}
|
2024-11-10 16:26:42 +08:00
|
|
|
{{template "repo/issue/fields/textarea" dict "item" . "root" $}}
|
2023-03-22 05:04:17 +08:00
|
|
|
{{else if eq .Type "dropdown"}}
|
2024-11-10 16:26:42 +08:00
|
|
|
{{template "repo/issue/fields/dropdown" dict "item" .}}
|
2023-03-22 05:04:17 +08:00
|
|
|
{{else if eq .Type "checkboxes"}}
|
2024-11-10 16:26:42 +08:00
|
|
|
{{template "repo/issue/fields/checkboxes" dict "item" .}}
|
2023-03-22 05:04:17 +08:00
|
|
|
{{end}}
|
|
|
|
|
{{end}}
|
|
|
|
|
{{else}}
|
|
|
|
|
{{template "repo/issue/comment_tab" .}}
|
|
|
|
|
{{end}}
|
2025-04-17 18:32:41 +08:00
|
|
|
<div class="flex-text-block tw-justify-end">
|
2023-09-19 00:05:31 +02:00
|
|
|
<button class="ui primary button">
|
2015-08-31 16:24:28 +09:00
|
|
|
{{if .PageIsComparePull}}
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "repo.pulls.create"}}
|
2015-08-31 16:24:28 +09:00
|
|
|
{{else}}
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "repo.issues.create"}}
|
2015-08-31 16:24:28 +09:00
|
|
|
{{end}}
|
2015-08-10 01:04:23 +08:00
|
|
|
</button>
|
2015-12-07 23:30:52 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-08-09 15:23:02 +08:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-08-10 01:04:23 +08:00
|
|
|
|
2026-03-31 10:03:52 +08:00
|
|
|
<div class="issue-content-right ui segment" data-global-init="initRepoIssueSidebar">
|
2024-12-13 08:45:06 +08:00
|
|
|
{{template "repo/issue/branch_selector_field" $}}{{/* TODO: RemoveIssueRef: template "repo/issue/branch_selector_field" $*/}}
|
|
|
|
|
|
2024-11-09 12:48:31 +08:00
|
|
|
{{if .PageIsComparePull}}
|
2024-11-11 04:07:54 +08:00
|
|
|
{{template "repo/issue/sidebar/reviewer_list" $.IssuePageMetaData}}
|
2024-11-09 12:48:31 +08:00
|
|
|
<div class="divider"></div>
|
|
|
|
|
{{end}}
|
2017-08-24 14:30:27 +02:00
|
|
|
|
2024-11-11 04:07:54 +08:00
|
|
|
{{template "repo/issue/sidebar/label_list" $.IssuePageMetaData}}
|
|
|
|
|
{{template "repo/issue/sidebar/milestone_list" $.IssuePageMetaData}}
|
2023-05-29 12:44:03 +02:00
|
|
|
{{if .IsProjectsEnabled}}
|
2024-11-11 04:07:54 +08:00
|
|
|
{{template "repo/issue/sidebar/project_list" $.IssuePageMetaData}}
|
2023-05-29 12:44:03 +02:00
|
|
|
{{end}}
|
2024-11-11 04:07:54 +08:00
|
|
|
{{template "repo/issue/sidebar/assignee_list" $.IssuePageMetaData}}
|
|
|
|
|
|
2023-05-29 12:44:03 +02:00
|
|
|
{{if and .PageIsComparePull (not (eq .HeadRepo.FullName .BaseCompareRepo.FullName)) .CanWriteToHeadRepo}}
|
2023-06-29 14:24:22 +02:00
|
|
|
<div class="divider"></div>
|
2024-11-11 04:07:54 +08:00
|
|
|
<div class="ui checkbox">
|
|
|
|
|
<label data-tooltip-content="{{ctx.Locale.Tr "repo.pulls.allow_edits_from_maintainers_desc"}}"><strong>{{ctx.Locale.Tr "repo.pulls.allow_edits_from_maintainers"}}</strong></label>
|
|
|
|
|
<input name="allow_maintainer_edit" type="checkbox" {{if .AllowMaintainerEdit}}checked{{end}}>
|
2023-05-29 12:44:03 +02:00
|
|
|
</div>
|
|
|
|
|
{{end}}
|
2015-08-09 15:23:02 +08:00
|
|
|
</div>
|
2023-05-29 12:44:03 +02:00
|
|
|
<input type="hidden" name="redirect_after_creation" value="{{.redirect_after_creation}}">
|
2015-12-07 23:30:52 +01:00
|
|
|
</form>
|