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 4a48b38 commit 7051495Copy full SHA for 7051495
templates/build-details.html.jinja
@@ -12,7 +12,7 @@
12
</tr>
13
</thead>
14
<tbody>
15
- {% for project, metadata in metadata | sort(attribute='0.completion') | reverse %}
+ {% for project, metadata in build_details | sort(attribute='0.completion') | reverse %}
16
<tr>
17
<td data-label="language">{{ project.language.name }} ({{ project.language.code }})</td>
18
<td data-label="branch">{{ project.branch }}</td>
0 commit comments