[Pkg-debile-commits] [debile-web] 02/05: Also add the subtype in the job list

Sylvestre Ledru sylvestre at alioth.debian.org
Fri Sep 13 09:29:01 UTC 2013


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

sylvestre pushed a commit to branch update-usuability
in repository debile-web.

commit cfe37eae1fddd59e85bf5bd6c1007e796ae3c608
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Fri Sep 6 12:29:30 2013 +0200

    Also add the subtype in the job list
---
 templates/job_list_fragment.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/job_list_fragment.html b/templates/job_list_fragment.html
index a8195e1..865c91d 100644
--- a/templates/job_list_fragment.html
+++ b/templates/job_list_fragment.html
@@ -12,7 +12,7 @@
             <td>
                 <a href = '{{jobinfo.package_link}}' >{{jobinfo.job.package.name}}</a><br />{{jobinfo.job.package.version}}
             </td>
-            <td>{{jobinfo.job.type}}</td>
+            <td>{{jobinfo.job.type}}{% if jobinfo.job.subtype %}/{{jobinfo.job.subtype}}{% endif %}</td>
             <td>{{jobinfo.job.arch}}</td>
             <td>{{jobinfo.job.suite}}</td>
             <td>{{jobinfo.job.assigned_at|ago}}</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