Skip to content

Commit

Permalink
Fix milestones page (go-gitea#9771)
Browse files Browse the repository at this point in the history
Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: John Olheiser <42128690+jolheiser@users.noreply.github.com>
  • Loading branch information
2 people authored and sapk committed Jan 14, 2020
1 parent 2850879 commit 1980e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/user/dashboard/milestones.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="milestone list">
{{range .Milestones}}
<li class="item">
<div class="ui label">{{if not $.RepoIDs}}{{.Repo.FullName}}{{end}}</div>
<div class="ui label">{{.Repo.FullName}}</div>
<i class="octicon octicon-milestone"></i> <a href="{{.Repo.Link }}/milestone/{{.ID}}">{{.Name}}</a>
<div class="ui right green progress" data-percent="{{.Completeness}}">
<div class="bar" {{if not .Completeness}}style="background-color: transparent"{{end}}>
Expand Down

0 comments on commit 1980e59

Please sign in to comment.