File tree 6 files changed +16
-14
lines changed
6 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 6
6
{{if $pageMeta.Issue}}data-update-url="{{$pageMeta.RepoLink}}/issues/assignee?issue_ids={{$pageMeta.Issue.ID}}"{{end}}
7
7
>
8
8
<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 ">
11
11
<strong>{{ctx.Locale.Tr "repo.issues.new.assignees"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
12
12
</a>
13
13
<div class="menu">
Original file line number Diff line number Diff line change 4
4
{{if $pageMeta.Issue}}data-update-url="{{$pageMeta.RepoLink}}/issues/labels?issue_ids={{$pageMeta.Issue.ID}}"{{end}}
5
5
>
6
6
<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 ">
9
9
<strong>{{ctx.Locale.Tr "repo.issues.new.labels"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
10
10
</a>
11
11
<div class="menu">
Original file line number Diff line number Diff line change 6
6
{{if $pageMeta.Issue}}data-update-url="{{$pageMeta.RepoLink}}/issues/milestone?issue_ids={{$pageMeta.Issue.ID}}"{{end}}
7
7
>
8
8
<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 ">
11
11
<strong>{{ctx.Locale.Tr "repo.issues.new.milestone"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
12
12
</a>
13
13
<div class="menu">
Original file line number Diff line number Diff line change 6
6
{{if $pageMeta.Issue}}data-update-url="{{$pageMeta.RepoLink}}/issues/projects?issue_ids={{$pageMeta.Issue.ID}}"{{end}}
7
7
>
8
8
<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 ">
11
11
<strong>{{ctx.Locale.Tr "repo.issues.new.projects"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
12
12
</a>
13
13
<div class="menu">
Original file line number Diff line number Diff line change 6
6
{{if $pageMeta.Issue}}data-update-url="{{$pageMeta.RepoLink}}/issues/request_review?issue_ids={{$pageMeta.Issue.ID}}"{{end}}
7
7
>
8
8
<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 ">
11
11
<strong>{{ctx.Locale.Tr "repo.issues.review.reviewers"}}</strong> {{if $data.CanChooseReviewer}}{{svg "octicon-gear"}}{{end}}
12
12
</a>
13
13
<div class="menu flex-items-menu">
Original file line number Diff line number Diff line change 2
2
{{if and .CanUseTimetracker (not .Repository.IsArchived)}}
3
3
<div class="divider"></div>
4
4
<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"}}
9
11
</a>
10
12
<div class="menu">
11
13
<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