summaryrefslogtreecommitdiffstats
path: root/templates/releng/result_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/releng/result_list.html')
-rw-r--r--templates/releng/result_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/releng/result_list.html b/templates/releng/result_list.html
index a343257..7f9ed45 100644
--- a/templates/releng/result_list.html
+++ b/templates/releng/result_list.html
@@ -26,7 +26,7 @@
<td>{{ test.user_name }}</td>
<td>{{ test.created|date }}</td>
<td>{{ test.architecture }}</td>
- <td>{{ test.success|yesno }}</td>
+ <td>{{ test.success|yesno|capfirst }}</td>
</tr>
{% endfor %}
</tbody>