summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard/milestones.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/dashboard/milestones.tmpl')
-rw-r--r--templates/user/dashboard/milestones.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/milestones.tmpl b/templates/user/dashboard/milestones.tmpl
index 495119f442..c16527f9f4 100644
--- a/templates/user/dashboard/milestones.tmpl
+++ b/templates/user/dashboard/milestones.tmpl
@@ -27,7 +27,7 @@
{{end}}
]&sort={{$.SortType}}&state={{$.State}}" title="{{.FullName}}">
<span class="text truncate">{{$Repo.FullName}}</span>
- <div class="floating ui {{if $.IsShowClosed}}red{{else}}green{{end}} label">{{index $.Counts $Repo.ID}}</div>
+ <div class="ui {{if $.IsShowClosed}}red{{else}}green{{end}} label">{{index $.Counts $Repo.ID}}</div>
</a>
{{end}}
{{end}}