Skip to content

Commit

Permalink
Merge pull request #1830 from apiraino/small-template-fixes
Browse files Browse the repository at this point in the history
T-compiler triage agenda formatting fixes
  • Loading branch information
Mark-Simulacrum authored Aug 24, 2024
2 parents 04ca6de + b2c0c36 commit c24a22d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/_issues.tt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

{% macro render(issues, indent="", backport_branch="", with_age=false, empty="No issues at this time.") %}
{%- for issue in issues %}
{{indent}}- {{ backport_branch }} {{issue::render(issue=issue, with_age=with_age, backport_branch=backport_branch)}}{% else %}
{{indent}}- {{ backport_branch }}{{issue::render(issue=issue, with_age=with_age, backport_branch=backport_branch)}}{% else %}
{{indent}}- {{empty}}{% endfor -%}
{% endmacro %}
5 changes: 2 additions & 3 deletions templates/_issues_rfcbot.tt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
{% else %}
{{indent}}- {{issue::render(issue=issue)}}
{%- endif -%}
{%else%}
{{empty}}
{%endfor-%}
{% else %}
{{indent}}- {{empty}}{%endfor-%}
{% endmacro %}

0 comments on commit c24a22d

Please sign in to comment.