diff --git a/ui/template/question-detail.html b/ui/template/question-detail.html index 6fd39b232..9772cfc2c 100644 --- a/ui/template/question-detail.html +++ b/ui/template/question-detail.html @@ -68,7 +68,7 @@

{{range .detail.Tags}} - {{.SlugName}} + {{.DisplayName}} {{end}} diff --git a/ui/template/question.html b/ui/template/question.html index db1358704..48c638e51 100644 --- a/ui/template/question.html +++ b/ui/template/question.html @@ -75,7 +75,7 @@

- {{.SlugName}} + {{.DisplayName}} {{end}} diff --git a/ui/template/tag-detail.html b/ui/template/tag-detail.html index 595614707..0762b7c27 100644 --- a/ui/template/tag-detail.html +++ b/ui/template/tag-detail.html @@ -25,7 +25,7 @@

- {{$.tag.SlugName}} + {{$.tag.DisplayName}}

{{formatLinkNofollow $.tag.ParsedText}}

@@ -80,7 +80,7 @@
{{range .Tags }} - {{.SlugName}} + {{.DisplayName}} {{end}}
diff --git a/ui/template/tags.html b/ui/template/tags.html index 075f4a31a..f72195ea0 100644 --- a/ui/template/tags.html +++ b/ui/template/tags.html @@ -54,7 +54,7 @@

{{.SlugName}} + class="">{{.DisplayName}}
{{formatLinkNofollow .ParsedText}}