Skip to content

Commit 9628ef7

Browse files
committed
Skip branches with no builds
1 parent dbcfa82 commit 9628ef7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

master/custom/templates/releasedashboard.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ <h3 class="panel-title">
173173
<h2>Problems by Branch</h2>
174174

175175
{% for branch in state.branches %}
176+
{% if not branch.problems %}
177+
{% continue %}
178+
{% endif %}
176179
<section class="branch-status status-{{ branch.featured_problem.severity.css_color_class }}" id="branch-section-{{branch}}">
177180
<h3>
178181
{{ branch.title }}

0 commit comments

Comments
 (0)