Skip to content

Commit e5d6b06

Browse files
authored
Change Release Status page (#506)
Replace <buildsummary> with more regular <a> link
1 parent 7f54581 commit e5d6b06

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

master/custom/templates/releasedashboard.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ <h4 class="panel-title">
3636
</div>
3737
<div class="panel-body">
3838
{% for builder, build in info %}
39-
<div> <buildsummary buildid="{{ build.buildid }}" condensed="1"/> </div>
39+
<!-- BROKEN? <div> <buildsummary buildid="{{build.buildid}}" condensed="1"/> </div> -->
40+
<div>
41+
<a class="badge-status badge results_{{build.results_text | upper}}"
42+
href="#/builders/{{build.builderid}}/builds/{{build.number}}">
43+
{{build.number}}
44+
</a>
45+
</div>
4046
{% endfor %}
4147
</div>
4248
</div>

0 commit comments

Comments
 (0)