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
=== modified file 'templates/team-report.html'
--- templates/team-report.html 2018-09-11 21:26:25 +0000
+++ templates/team-report.html 2019-02-04 21:43:01 +0000
@@ -92,7 +92,11 @@
92 </li>92 </li>
93 {% endif %}93 {% endif %}
94 {% if d["policy_info"]["block-bugs"] %}94 {% if d["policy_info"]["block-bugs"] %}
95 <li>Blocked by bug: {{ d["policy_info"]["block-bugs"]|map("int")|sort|map("string")|join(", ") }}</li>95 <li>Blocked by bug:
96 {% for bug in d["policy_info"]["block-bugs"]|map("int")|sort|map("string") %}
97 <a href="https://bugs.launchpad.net/bugs/{{ bug }}">#{{ bug }}</a>
98 {%- if not loop.last %}, {% endif %}
99 {% endfor %}
96 {% endif %}100 {% endif %}
97 {% if d["is-candidate"] %}101 {% if d["is-candidate"] %}
98 <li><b>candidate</b></li>102 <li><b>candidate</b></li>

Subscribers

People subscribed via source and target branches