[Pkg-debile-commits] [debile-web] 01/01: Add subtype display in source job list

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Mon Aug 26 13:33:09 UTC 2013


This is an automated email from the git hooks/post-receive script.

leo.cavaille-guest pushed a commit to branch master
in repository debile-web.

commit e85146d40dc12877bfa4c2220fce38df75bb7ca5
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Mon Aug 26 15:32:53 2013 +0200

    Add subtype display in source job list
---
 templates/report_list_fragment.html |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/templates/report_list_fragment.html b/templates/report_list_fragment.html
index f1ee36c..d043d7b 100644
--- a/templates/report_list_fragment.html
+++ b/templates/report_list_fragment.html
@@ -8,11 +8,11 @@
 {% for jobinfo in jobinfolist %}
         <tr class='job {% if jobinfo.job.is_finished() %}{% if jobinfo.job.failed %}failed{% else %}success{% endif %}{% endif %}'>
             <td>
-				{% if jobinfo.job.is_finished() %}
-                <a href = '{{jobinfo.job_link}}' >{{jobinfo.job.type}}</a> <em>({{jobinfo.job.arch}})</em>
-				{% else %}
-				{{jobinfo.job.type}} <em>({{jobinfo.job.arch}})</em>
-				{% endif %}
+                {% if jobinfo.job.is_finished() %}
+                    <a href = '{{jobinfo.job_link}}' >{{jobinfo.job.type}}{% if jobinfo.job.subtype %}/{{jobinfo.job.subtype}}{% endif %}</a> <em>({{jobinfo.job.arch}})</em>
+                {% else %}
+                {{jobinfo.job.type}}{% if jobinfo.job.subtype %}/{{jobinfo.job.subtype}}{% endif %} <em>({{jobinfo.job.arch}})</em>
+                {% endif %}
             </td>
             <td>{{jobinfo.status}}</td>
             <td>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-web.git



More information about the Pkg-debile-commits mailing list