diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl
index ffc952c8b..99b298be4 100644
--- a/templates/repo/issue/list.tmpl
+++ b/templates/repo/issue/list.tmpl
@@ -242,7 +242,7 @@
{{end}}
{{if .Milestone}}
-
+
{{svg "octicon-milestone" 16}} {{.Milestone.Name}}
{{end}}
diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl
index 6acb9c060..8876553ab 100644
--- a/templates/user/dashboard/issues.tmpl
+++ b/templates/user/dashboard/issues.tmpl
@@ -142,7 +142,7 @@
{{$.i18n.Tr .GetLastEventLabelFake $timeStr (.Poster.GetDisplayName|Escape) | Safe}}
{{end}}
{{if .Milestone}}
-
+
{{svg "octicon-milestone" 16}} {{.Milestone.Name}}
{{end}}