File tree Expand file tree Collapse file tree 6 files changed +16
-14
lines changed Expand file tree Collapse file tree 6 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 66 {{if $pageMeta.Issue}}data-update-url="{{$pageMeta.RepoLink}}/issues/assignee?issue_ids={{$pageMeta.Issue.ID}}"{{end}}
77>
88 <input class="combo-value" name="assignee_ids" type="hidden" value="{{$data.SelectedAssigneeIDs}}">
9- <div class="ui dropdown {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
10- <a class="text muted">
9+ <div class="ui dropdown tw-flex {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
10+ <a class="text muted tw-flex tw-flex-grow tw-justify-between ">
1111 <strong>{{ctx.Locale.Tr "repo.issues.new.assignees"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
1212 </a>
1313 <div class="menu">
Original file line number Diff line number Diff line change 44 {{if $pageMeta.Issue}}data-update-url="{{$pageMeta.RepoLink}}/issues/labels?issue_ids={{$pageMeta.Issue.ID}}"{{end}}
55>
66 <input class="combo-value" name="label_ids" type="hidden" value="{{$data.SelectedLabelIDs}}">
7- <div class="ui dropdown {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
8- <a class="text muted">
7+ <div class="ui dropdown tw-flex {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
8+ <a class="text muted tw-flex tw-flex-grow tw-justify-between ">
99 <strong>{{ctx.Locale.Tr "repo.issues.new.labels"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
1010 </a>
1111 <div class="menu">
Original file line number Diff line number Diff line change 66 {{if $pageMeta.Issue}}data-update-url="{{$pageMeta.RepoLink}}/issues/milestone?issue_ids={{$pageMeta.Issue.ID}}"{{end}}
77>
88 <input class="combo-value" name="milestone_id" type="hidden" value="{{$data.SelectedMilestoneID}}">
9- <div class="ui dropdown {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
10- <a class="text muted">
9+ <div class="ui dropdown tw-flex {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
10+ <a class="text muted tw-flex tw-flex-grow tw-justify-between ">
1111 <strong>{{ctx.Locale.Tr "repo.issues.new.milestone"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
1212 </a>
1313 <div class="menu">
Original file line number Diff line number Diff line change 66 {{if $pageMeta.Issue}}data-update-url="{{$pageMeta.RepoLink}}/issues/projects?issue_ids={{$pageMeta.Issue.ID}}"{{end}}
77>
88 <input class="combo-value" name="project_id" type="hidden" value="{{$data.SelectedProjectID}}">
9- <div class="ui dropdown {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
10- <a class="text muted">
9+ <div class="ui dropdown tw-flex {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
10+ <a class="text muted tw-flex tw-flex-grow tw-justify-between ">
1111 <strong>{{ctx.Locale.Tr "repo.issues.new.projects"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
1212 </a>
1313 <div class="menu">
Original file line number Diff line number Diff line change 66 {{if $pageMeta.Issue}}data-update-url="{{$pageMeta.RepoLink}}/issues/request_review?issue_ids={{$pageMeta.Issue.ID}}"{{end}}
77>
88 <input type="hidden" class="combo-value" name="reviewer_ids">{{/* match CreateIssueForm */}}
9- <div class="ui dropdown {{if or (not $hasCandidates) (not $data.CanChooseReviewer)}}disabled{{end}}">
10- <a class="text muted">
9+ <div class="ui dropdown tw-flex {{if or (not $hasCandidates) (not $data.CanChooseReviewer)}}disabled{{end}}">
10+ <a class="text muted tw-flex tw-flex-grow tw-justify-between ">
1111 <strong>{{ctx.Locale.Tr "repo.issues.review.reviewers"}}</strong> {{if $data.CanChooseReviewer}}{{svg "octicon-gear"}}{{end}}
1212 </a>
1313 <div class="menu flex-items-menu">
Original file line number Diff line number Diff line change 22 {{if and .CanUseTimetracker (not .Repository.IsArchived)}}
33 <div class="divider"></div>
44 <div>
5- <div class="ui dropdown jump">
6- <a class="text muted">
7- <strong>{{ctx.Locale.Tr "repo.issues.tracker"}}</strong> {{svg "octicon-gear"}}
8- {{if $.IsStopwatchRunning}}{{svg "octicon-stopwatch"}}{{end}}
5+ <div class="ui dropdown jump tw-flex">
6+ <a class="text muted tw-flex tw-flex-grow tw-justify-between">
7+ <div>
8+ <strong>{{ctx.Locale.Tr "repo.issues.tracker"}}</strong> {{if $.IsStopwatchRunning}}{{svg "octicon-stopwatch"}}{{end}}
9+ </div>
10+ {{svg "octicon-gear"}}
911 </a>
1012 <div class="menu">
1113 <a class="item issue-set-time-estimate show-modal" data-modal="#issue-time-set-estimate-modal">
You can’t perform that action at this time.
0 commit comments