diff options
author | Dan McGee <dan@archlinux.org> | 2011-08-19 13:08:26 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-19 13:08:26 -0500 |
commit | 5e5182ba9b727e112b3bd16f94f41a2fc5847804 (patch) | |
tree | 09fc20843f10c731606bcb0d510b0e432e63e3ca /templates | |
parent | 6b15298483db6be873edc72c3e96fd5668a3cbc3 (diff) |
Add color to releng results success columnrelease_2011-08-19
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/releng/result_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/releng/result_list.html b/templates/releng/result_list.html index 0233bf8c..845d330d 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|capfirst }}</td> + <td><span class="success-{{ test.success|yesno }}">{{ test.success|yesno|capfirst }}</span></td> </tr> {% endfor %} </tbody> |