summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-09-18 13:18:19 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-09-18 13:18:19 +0200
commit04714d35e789d3935e6534fc045e9c03fbc5c329 (patch)
treee828ffbcff08f470deecfad1b5ef70d3ec99bf23 /assets
parent7ac8601eb5a3929872f6587d9a707c2587ec020e (diff)
Do not include issue number if not set
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'assets')
-rw-r--r--assets/default_template.handlebars.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/default_template.handlebars.md b/assets/default_template.handlebars.md
index 10a899f..fc99288 100644
--- a/assets/default_template.handlebars.md
+++ b/assets/default_template.handlebars.md
@@ -10,7 +10,7 @@
### {{ @key }}
{{#each this ~}}
-#### (#{{this.header.issue}}) {{this.header.subject}}
+#### {{~ #if this.header.issue ~}} (#{{this.header.issue}}){{/if}} {{this.header.subject}}
{{this.text}}
{{/each ~}}
{{~ /each ~}}