2015-08-03 09:42:09 +00:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 22:56:10 +00:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content repository milestones">
|
2015-08-03 09:42:09 +00:00
|
|
|
{{template "repo/header" .}}
|
2015-08-09 14:45:38 +00:00
|
|
|
<div class="ui container">
|
2023-05-03 21:58:59 +00:00
|
|
|
<div class="navbar gt-mb-4">
|
2015-08-03 09:42:09 +00:00
|
|
|
{{template "repo/issue/navbar" .}}
|
2019-01-23 18:58:38 +00:00
|
|
|
{{if and (or .CanWriteIssues .CanWritePulls) (not .Repository.IsArchived)}}
|
2015-12-07 22:30:52 +00:00
|
|
|
<div class="ui right">
|
2023-04-30 03:33:25 +00:00
|
|
|
<a class="ui small green button" href="{{$.Link}}/new">{{.locale.Tr "repo.milestones.new"}}</a>
|
2015-12-07 22:30:52 +00:00
|
|
|
</div>
|
2015-08-05 07:27:22 +00:00
|
|
|
{{end}}
|
2015-08-03 09:42:09 +00:00
|
|
|
</div>
|
2015-08-09 14:45:38 +00:00
|
|
|
{{template "base/alert" .}}
|
2015-12-07 22:30:52 +00:00
|
|
|
|
2023-04-30 03:33:25 +00:00
|
|
|
<div class="list-header">
|
2023-05-03 21:58:59 +00:00
|
|
|
<div class="small-menu-items ui compact tiny menu">
|
2023-04-30 03:33:25 +00:00
|
|
|
<a class="item{{if not .IsShowClosed}} active{{end}}" href="{{.RepoLink}}/milestones?state=open&q={{$.Keyword}}">
|
|
|
|
{{svg "octicon-milestone" 16 "gt-mr-3"}}
|
|
|
|
{{.locale.PrettyNumber .OpenCount}} {{.locale.Tr "repo.issues.open_title"}}
|
|
|
|
</a>
|
|
|
|
<a class="item{{if .IsShowClosed}} active{{end}}" href="{{.RepoLink}}/milestones?state=closed&q={{$.Keyword}}">
|
|
|
|
{{svg "octicon-check" 16 "gt-mr-3"}}
|
|
|
|
{{.locale.PrettyNumber .ClosedCount}} {{.locale.Tr "repo.issues.closed_title"}}
|
|
|
|
</a>
|
2021-04-08 11:53:59 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Search -->
|
2023-04-30 03:33:25 +00:00
|
|
|
<form class="list-header-search ui form ignore-dirty">
|
|
|
|
<div class="ui small search fluid action input">
|
|
|
|
<input type="hidden" name="state" value="{{$.State}}">
|
|
|
|
<input name="q" value="{{.Keyword}}" placeholder="{{.locale.Tr "explore.search"}}...">
|
|
|
|
<button class="ui small icon button" type="submit" aria-label="{{.locale.Tr "explore.search"}}">
|
|
|
|
{{svg "octicon-search"}}
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</form>
|
2021-04-08 11:53:59 +00:00
|
|
|
|
2023-04-30 03:33:25 +00:00
|
|
|
<!-- Sort -->
|
|
|
|
<div class="list-header-sort ui small dropdown type jump item">
|
|
|
|
<span class="text">
|
|
|
|
{{.locale.Tr "repo.issues.filter_sort"}}
|
|
|
|
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
|
|
|
|
</span>
|
|
|
|
<div class="menu">
|
|
|
|
<a class="{{if or (eq .SortType "closestduedate") (not .SortType)}}active {{end}}item" href="{{$.Link}}?sort=closestduedate&state={{$.State}}&q={{$.Keyword}}">{{.locale.Tr "repo.milestones.filter_sort.closest_due_date"}}</a>
|
|
|
|
<a class="{{if eq .SortType "furthestduedate"}}active {{end}}item" href="{{$.Link}}?sort=furthestduedate&state={{$.State}}&q={{$.Keyword}}">{{.locale.Tr "repo.milestones.filter_sort.furthest_due_date"}}</a>
|
|
|
|
<a class="{{if eq .SortType "leastcomplete"}}active {{end}}item" href="{{$.Link}}?sort=leastcomplete&state={{$.State}}&q={{$.Keyword}}">{{.locale.Tr "repo.milestones.filter_sort.least_complete"}}</a>
|
|
|
|
<a class="{{if eq .SortType "mostcomplete"}}active {{end}}item" href="{{$.Link}}?sort=mostcomplete&state={{$.State}}&q={{$.Keyword}}">{{.locale.Tr "repo.milestones.filter_sort.most_complete"}}</a>
|
|
|
|
<a class="{{if eq .SortType "mostissues"}}active {{end}}item" href="{{$.Link}}?sort=mostissues&state={{$.State}}&q={{$.Keyword}}">{{.locale.Tr "repo.milestones.filter_sort.most_issues"}}</a>
|
|
|
|
<a class="{{if eq .SortType "leastissues"}}active {{end}}item" href="{{$.Link}}?sort=leastissues&state={{$.State}}&q={{$.Keyword}}">{{.locale.Tr "repo.milestones.filter_sort.least_issues"}}</a>
|
2016-12-24 14:41:09 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-04-08 11:53:59 +00:00
|
|
|
|
|
|
|
<!-- milestone list -->
|
2015-08-09 14:45:38 +00:00
|
|
|
<div class="milestone list">
|
|
|
|
{{range .Milestones}}
|
2015-12-07 22:30:52 +00:00
|
|
|
<li class="item">
|
2023-02-13 17:59:59 +00:00
|
|
|
<div class="gt-df gt-ac gt-sb">
|
|
|
|
<h3 class="gt-df gt-ac gt-m-0 gt-fw">
|
|
|
|
{{svg "octicon-milestone" 16 "gt-mr-3"}}<a class="muted" href="{{$.RepoLink}}/milestone/{{.ID}}">{{.Name}}</a>
|
2023-02-12 03:19:09 +00:00
|
|
|
</h3>
|
2023-02-13 17:59:59 +00:00
|
|
|
<div class="gt-df gt-ac">
|
|
|
|
<span class="gt-mr-3">{{.Completeness}}%</span>
|
2022-05-20 03:04:45 +00:00
|
|
|
<progress value="{{.Completeness}}" max="100"></progress>
|
2015-12-07 22:30:52 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="meta">
|
2022-08-31 15:58:54 +00:00
|
|
|
{{$closedDate:= TimeSinceUnix .ClosedDateUnix $.locale}}
|
2015-12-07 22:30:52 +00:00
|
|
|
{{if .IsClosed}}
|
2023-04-11 09:48:13 +00:00
|
|
|
{{svg "octicon-clock"}} {{$.locale.Tr "repo.milestones.closed" $closedDate | Safe}}
|
2015-08-03 09:42:09 +00:00
|
|
|
{{else}}
|
2020-09-11 20:19:00 +00:00
|
|
|
{{svg "octicon-calendar"}}
|
2015-12-07 22:30:52 +00:00
|
|
|
{{if .DeadlineString}}
|
2023-04-25 19:48:30 +00:00
|
|
|
<span {{if .IsOverdue}}class="overdue"{{end}}>{{DateTime "short" .DeadlineString}}</span>
|
2015-12-07 22:30:52 +00:00
|
|
|
{{else}}
|
2022-06-27 20:58:46 +00:00
|
|
|
{{$.locale.Tr "repo.milestones.no_due_date"}}
|
2015-12-07 22:30:52 +00:00
|
|
|
{{end}}
|
|
|
|
{{end}}
|
|
|
|
<span class="issue-stats">
|
2023-02-13 17:59:59 +00:00
|
|
|
{{svg "octicon-issue-opened" 16 "gt-mr-3"}}
|
2023-04-17 03:37:23 +00:00
|
|
|
{{$.locale.PrettyNumber .NumOpenIssues}} {{$.locale.Tr "repo.issues.open_title"}}
|
2023-02-13 17:59:59 +00:00
|
|
|
{{svg "octicon-check" 16 "gt-mr-3"}}
|
2023-04-17 03:37:23 +00:00
|
|
|
{{$.locale.PrettyNumber .NumClosedIssues}} {{$.locale.Tr "repo.issues.closed_title"}}
|
2020-09-11 20:19:00 +00:00
|
|
|
{{if .TotalTrackedTime}}{{svg "octicon-clock"}} {{.TotalTrackedTime|Sec2Time}}{{end}}
|
2023-04-12 17:05:53 +00:00
|
|
|
{{if .UpdatedUnix}}{{svg "octicon-clock"}} {{$.locale.Tr "repo.milestones.update_ago" (TimeSinceUnix .UpdatedUnix $.locale) | Safe}}{{end}}
|
2015-12-07 22:30:52 +00:00
|
|
|
</span>
|
|
|
|
</div>
|
2019-01-23 18:58:38 +00:00
|
|
|
{{if and (or $.CanWriteIssues $.CanWritePulls) (not $.Repository.IsArchived)}}
|
2015-12-07 22:30:52 +00:00
|
|
|
<div class="ui right operate">
|
2022-06-27 20:58:46 +00:00
|
|
|
<a href="{{$.Link}}/{{.ID}}/edit" data-id={{.ID}} data-title={{.Name}}>{{svg "octicon-pencil"}} {{$.locale.Tr "repo.issues.label_edit"}}</a>
|
2015-12-07 22:30:52 +00:00
|
|
|
{{if .IsClosed}}
|
2022-06-27 20:58:46 +00:00
|
|
|
<a class="link-action" href data-url="{{$.Link}}/{{.ID}}/open">{{svg "octicon-check"}} {{$.locale.Tr "repo.milestones.open"}}</a>
|
2015-12-07 22:30:52 +00:00
|
|
|
{{else}}
|
2022-06-27 20:58:46 +00:00
|
|
|
<a class="link-action" href data-url="{{$.Link}}/{{.ID}}/close">{{svg "octicon-x"}} {{$.locale.Tr "repo.milestones.close"}}</a>
|
2015-12-07 22:30:52 +00:00
|
|
|
{{end}}
|
2022-06-27 20:58:46 +00:00
|
|
|
<a class="delete-button" href="#" data-url="{{$.RepoLink}}/milestones/delete" data-id="{{.ID}}">{{svg "octicon-trash"}} {{$.locale.Tr "repo.issues.label_delete"}}</a>
|
2015-12-07 22:30:52 +00:00
|
|
|
</div>
|
2015-12-16 02:25:38 +00:00
|
|
|
{{end}}
|
|
|
|
{{if .Content}}
|
2021-05-07 08:43:41 +00:00
|
|
|
<div class="markup content">
|
2015-12-16 02:25:38 +00:00
|
|
|
{{.RenderedContent|Str2html}}
|
|
|
|
</div>
|
2015-08-03 09:42:09 +00:00
|
|
|
{{end}}
|
2015-12-07 22:30:52 +00:00
|
|
|
</li>
|
2015-08-09 14:45:38 +00:00
|
|
|
{{end}}
|
2015-12-07 22:30:52 +00:00
|
|
|
|
2019-04-20 04:15:19 +00:00
|
|
|
{{template "base/paginate" .}}
|
2015-08-03 09:42:09 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2014-05-07 13:01:00 +00:00
|
|
|
</div>
|
2015-08-05 12:23:08 +00:00
|
|
|
|
2018-11-28 11:26:14 +00:00
|
|
|
{{if or .CanWriteIssues .CanWritePulls}}
|
2023-04-24 11:08:59 +00:00
|
|
|
<div class="ui g-modal-confirm delete modal">
|
2023-04-23 09:24:19 +00:00
|
|
|
<div class="header">
|
2021-03-22 04:04:19 +00:00
|
|
|
{{svg "octicon-trash"}}
|
2022-06-27 20:58:46 +00:00
|
|
|
{{.locale.Tr "repo.milestones.deletion"}}
|
2015-12-07 22:30:52 +00:00
|
|
|
</div>
|
|
|
|
<div class="content">
|
2022-06-27 20:58:46 +00:00
|
|
|
<p>{{.locale.Tr "repo.milestones.deletion_desc"}}</p>
|
2015-12-07 22:30:52 +00:00
|
|
|
</div>
|
2023-04-23 09:24:19 +00:00
|
|
|
{{template "base/modal_actions_confirm" .}}
|
2015-12-07 22:30:52 +00:00
|
|
|
</div>
|
2015-08-05 12:23:08 +00:00
|
|
|
{{end}}
|
2015-12-07 22:30:52 +00:00
|
|
|
{{template "base/footer" .}}
|