Commit ea92a1ca authored by FulcrandG's avatar FulcrandG
Browse files

Updating the position of the linked issues in documentation of jobs

parent d9fb1f87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@

{% if linked_issues %}
??? "Linked issues"
  {%- for issue in linked_issues %}
  {% for issue in linked_issues %}
    [{{ issue.name }}]({{ issue.url }})
  {%- endfor %}
  {% endfor %}
{%- endif %}
 No newline at end of file