We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588bafa commit 072d8beCopy full SHA for 072d8be
1 file changed
master/custom/templates/releasedashboard.html
@@ -173,6 +173,9 @@ <h3 class="panel-title">
173
<h2>Problems by Branch</h2>
174
175
{% for branch in state.branches %}
176
+ {% if not branch.problems %}
177
+ {% continue %}
178
+ {% endif %}
179
<section class="branch-status status-{{ branch.featured_problem.severity.css_color_class }}" id="branch-section-{{branch}}">
180
<h3>
181
{{ branch.title }}
0 commit comments