diff --git a/templates/goal_card.hbs b/templates/goal_card.hbs index be5a0685..17968c75 100644 --- a/templates/goal_card.hbs +++ b/templates/goal_card.hbs @@ -7,7 +7,7 @@ - +
@@ -32,7 +32,7 @@ {{#if tldr}} -
+
TL;DR. {{{markdown_to_html tldr}}}
{{/if}} @@ -40,7 +40,7 @@ {{#if has_help_wanted}} {{#each help_wanted}} -
+
Help wanted: {{{markdown_to_html text}}}
{{/each}} @@ -49,14 +49,14 @@ {{#if comments}}
- + {{{markdown_to_html details_summary}}} -
+
{{#each comments}}
Comment by {{author}} posted on {{created_at}}: -
+
{{{markdown_to_html body}}}
@@ -65,7 +65,7 @@
{{else}}
- + {{details_summary}}
Progress {{>progress is_closed=is_closed progress=progress}}