~ubuntu-archive/ubuntu-archive-scripts/trunk

« back to all changes in this revision

Viewing changes to templates/team-report.html

  • Committer: Sebastien Bacher
  • Date: 2020-09-17 19:50:01 UTC
  • Revision ID: seb128@ubuntu.com-20200917195001-o938elehshcn983j
simply the code a bit as suggested in the review

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
          </li>
115
115
          {% endif %}
116
116
          {% if prob.brokenbin %}
117
 
          <li>
118
 
            Binaries broken by the update:
119
 
              {% for bin in prob.brokenbin %}
120
 
              {{ bin }}
121
 
              {% endfor %}
122
 
          </li>
 
117
          <li>Binaries broken by the update: {{ prob.brokenbin | join(' ') }}</li>
123
118
          {% endif %}
124
119
          {% if d["policy_info"]["block-bugs"] %}
125
120
          <li>Blocked by bug: