File tree 8 files changed +24
-8
lines changed
8 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -1464,6 +1464,8 @@ issues.filter_milestones=Cloch Mhíle Scagaire
1464
1464
issues.filter_projects =Tionscadal Scagaire
1465
1465
issues.filter_labels =Lipéad Scagaire
1466
1466
issues.filter_reviewers =Athbhreithneoir Scagaire
1467
+ issues.filter_no_results =Gan torthaí
1468
+ issues.filter_no_results_placeholder =Bain triail as do scagairí cuardaigh a choigeartú.
1467
1469
issues.new =Eagrán Nua
1468
1470
issues.new.title_empty =Ní féidir leis an teideal a bheith folamh
1469
1471
issues.new.labels =Lipéid
@@ -1701,7 +1703,9 @@ issues.time_estimate_invalid=Tá formáid meastachán ama neamhbhailí
1701
1703
issues.start_tracking_history =thosaigh ag obair %s
1702
1704
issues.tracker_auto_close =Stopfar ama go huathoibríoch nuair a dhúnfar an tsaincheist seo
1703
1705
issues.tracking_already_started =`Tá tús curtha agat cheana féin ag rianú ama ar <a href =" %s" >eagrán eile</a>!`
1706
+ issues.stop_tracking =Stad uaineadóir
1704
1707
issues.stop_tracking_history =d' oibrigh do <b>%[1]s</b> %[2]s
1708
+ issues.cancel_tracking=Caith amach
1705
1709
issues.cancel_tracking_history=`rianú ama curtha ar ceal %s`
1706
1710
issues.del_time=Scrios an log ama seo
1707
1711
issues.add_time_history=cuireadh am caite <b>%[1]s</b> %[2]s leis
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}}">
9
+ <div class="ui dropdown text-flex-grow {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
10
10
<a class="text muted">
11
11
<strong>{{ctx.Locale.Tr "repo.issues.new.assignees"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
12
12
</a>
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}}">
7
+ <div class="ui dropdown text-flex-grow {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
8
8
<a class="text muted">
9
9
<strong>{{ctx.Locale.Tr "repo.issues.new.labels"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
10
10
</a>
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}}">
9
+ <div class="ui dropdown text-flex-grow {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
10
10
<a class="text muted">
11
11
<strong>{{ctx.Locale.Tr "repo.issues.new.milestone"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
12
12
</a>
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}}">
9
+ <div class="ui dropdown text-flex-grow {{if not $pageMeta.CanModifyIssueOrPull}}disabled{{end}}">
10
10
<a class="text muted">
11
11
<strong>{{ctx.Locale.Tr "repo.issues.new.projects"}}</strong> {{if $pageMeta.CanModifyIssueOrPull}}{{svg "octicon-gear"}}{{end}}
12
12
</a>
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}}">
9
+ <div class="ui dropdown text-flex-grow {{if or (not $hasCandidates) (not $data.CanChooseReviewer)}}disabled{{end}}">
10
10
<a class="text muted">
11
11
<strong>{{ctx.Locale.Tr "repo.issues.review.reviewers"}}</strong> {{if $data.CanChooseReviewer}}{{svg "octicon-gear"}}{{end}}
12
12
</a>
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">
5
+ <div class="ui dropdown text-flex-grow jump">
6
6
<a class="text muted">
7
- <strong>{{ctx.Locale.Tr "repo.issues.tracker"}}</strong> {{svg "octicon-gear"}}
8
- {{if $.IsStopwatchRunning}}{{svg "octicon-stopwatch"}}{{end}}
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">
Original file line number Diff line number Diff line change @@ -1188,3 +1188,13 @@ the "!important" is necessary to override Fomantic UI menu item styles, meanwhil
1188
1188
overflow : hidden !important ;
1189
1189
text-overflow : ellipsis !important ;
1190
1190
}
1191
+
1192
+ .ui .dropdown .text-flex-grow {
1193
+ display : flex;
1194
+ }
1195
+
1196
+ .ui .dropdown .text-flex-grow > .text {
1197
+ display : flex;
1198
+ flex-grow : 1 ;
1199
+ justify-content : space-between;
1200
+ }
You can’t perform that action at this time.
0 commit comments