Commit a2ec8113 authored by FulcrandG's avatar FulcrandG
Browse files

Updating the position of the linked issues in documentation of jobs

parent bb91e96d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,9 +30,9 @@
-- 🔨 Maintainer: <img src='{{ gitlab_image }}' alt='avatar' style='width: 20px; height: 20px; border-radius: 50%'> [{{ code_owner_name }}]({{ code_owner_url }}) @{{ code_owner }}
{%- endif %}

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