diff --git a/templates/score.html.tmpl b/templates/score.html.tmpl index 3e7670e..a30bf0f 100644 --- a/templates/score.html.tmpl +++ b/templates/score.html.tmpl @@ -173,11 +173,11 @@ function drawCharts() { {{end}} - {{.AgeString}} + {{.AgeString}} | - {{if (eq .Comments 0)}}discuss{{else}}{{.Comments}} comments{{end}} + {{if (eq .Comments 0)}}discuss{{else}}{{.Comments}} comments{{end}} diff --git a/templates/storyDetails.html.tmpl b/templates/storyDetails.html.tmpl index 3fbfbcf..4038efa 100644 --- a/templates/storyDetails.html.tmpl +++ b/templates/storyDetails.html.tmpl @@ -40,13 +40,13 @@ {{/*if .IsResubmitted}} {{.OriginalAgeString}} - {{.AgeString}} + {{.AgeString}} {{else*/}} - {{.AgeString}} + {{.AgeString}} | - {{if (eq .Comments 0)}}discuss{{else}}{{.Comments}} comments{{end}} + {{if (eq .Comments 0)}}discuss{{else}}{{.Comments}} comments{{end}} |