fix view template for empty description

This commit is contained in:
Cory Bennett
2015-02-17 10:40:11 -08:00
parent 45fb06f6bf
commit 1ac6929e56
+1 -1
View File
@@ -34,7 +34,7 @@ blockers: {{ range .fields.issuelinks }}{{if .outwardIssue}}{{ .outwardIssue.key
depends: {{ range .fields.issuelinks }}{{if .inwardIssue}}{{ .inwardIssue.key }}[{{.inwardIssue.fields.status.name}}]{{end}}{{end}}
priority: {{ .fields.priority.name }}
description: |
{{ .fields.description | indent 2 }}
{{ if .fields.description }}{{.fields.description | indent 2 }}{{end}}
comments:
{{ range .fields.comment.comments }} - | # {{.author.name}} at {{.created}}