Merge lp:~mwhudson/ubuntu-archive-scripts/blocked-bug-links into lp:ubuntu-archive-scripts

Proposed by Michael Hudson-Doyle
Status: Merged
Merged at revision: 236
Proposed branch: lp:~mwhudson/ubuntu-archive-scripts/blocked-bug-links
Merge into: lp:ubuntu-archive-scripts
Diff against target: 16 lines (+5/-1)
1 file modified
templates/team-report.html (+5/-1)
To merge this branch: bzr merge lp:~mwhudson/ubuntu-archive-scripts/blocked-bug-links
Reviewer Review Type Date Requested Status
Ubuntu Package Archive Administrators Pending
Review via email: mp+362703@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'templates/team-report.html'
2--- templates/team-report.html 2018-09-11 21:26:25 +0000
3+++ templates/team-report.html 2019-02-04 21:43:01 +0000
4@@ -92,7 +92,11 @@
5 </li>
6 {% endif %}
7 {% if d["policy_info"]["block-bugs"] %}
8- <li>Blocked by bug: {{ d["policy_info"]["block-bugs"]|map("int")|sort|map("string")|join(", ") }}</li>
9+ <li>Blocked by bug:
10+ {% for bug in d["policy_info"]["block-bugs"]|map("int")|sort|map("string") %}
11+ <a href="https://bugs.launchpad.net/bugs/{{ bug }}">#{{ bug }}</a>
12+ {%- if not loop.last %}, {% endif %}
13+ {% endfor %}
14 {% endif %}
15 {% if d["is-candidate"] %}
16 <li><b>candidate</b></li>

Subscribers

People subscribed via source and target branches