Skip to content

Commit 1980e59

Browse files
6543jolheiser
authored andcommitted
Fix milestones page (#9771)
Signed-off-by: jolheiser <[email protected]> Co-authored-by: John Olheiser <[email protected]>
1 parent 2850879 commit 1980e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/dashboard/milestones.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<div class="milestone list">
6666
{{range .Milestones}}
6767
<li class="item">
68-
<div class="ui label">{{if not $.RepoIDs}}{{.Repo.FullName}}{{end}}</div>
68+
<div class="ui label">{{.Repo.FullName}}</div>
6969
<i class="octicon octicon-milestone"></i> <a href="{{.Repo.Link }}/milestone/{{.ID}}">{{.Name}}</a>
7070
<div class="ui right green progress" data-percent="{{.Completeness}}">
7171
<div class="bar" {{if not .Completeness}}style="background-color: transparent"{{end}}>

0 commit comments

Comments
 (0)