Commit 687227c8 authored by FulcrandG's avatar FulcrandG
Browse files

Whitespace control for issue list

parent 0a22ebbc
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -33,10 +33,10 @@
{% if linked_issues %}
## Linked Issues

  {%- for issue in linked_issues[:linked_issues_limit] -%}
  {% for issue in linked_issues[:linked_issues_limit] %}
- [#{{issue.iid}} - {{ issue.name }}]({{ issue.url }})
  {%- endfor -%}
  {%- if linked_issues[linked_issues_limit] -%}
  {% endfor %}
  {% if linked_issues[linked_issues_limit] %}
- [...](linked_issues_url)
  {%- endif %}
{%- endif %}
 No newline at end of file
  {% endif %}
{% endif %}
 No newline at end of file