mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
finish new milestone page
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
{{else}}
|
||||
<ul class="list-unstyled">
|
||||
{{range .ClosedMilestones}}
|
||||
<li class="milestone-item" data-id="{{.Id}}">
|
||||
<li class="milestone-item" data-id="{{.ID}}">
|
||||
<p><strong>{{.Name}}</strong></p>
|
||||
<p>Closed {{TimeSince .ClosedDate $.Lang}}</p>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user