[Pkg-debile-commits] [debile-web] 03/14: Improve the presentation. Thanks to Medhi Dogguy for the suggestion

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Sep 2 15:52:52 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 45f6f9e757202b9cd8594367a0a0b33d3242c489
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Thu Aug 29 13:41:35 2013 +0200

    Improve the presentation. Thanks to Medhi Dogguy for the suggestion
---
 templates/job_list_fragment.html |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/templates/job_list_fragment.html b/templates/job_list_fragment.html
index 8a5c40c..aea671e 100644
--- a/templates/job_list_fragment.html
+++ b/templates/job_list_fragment.html
@@ -1,14 +1,17 @@
     <table class = 'zebra'>
         <tr>
+            <th>Source Package</th>
             <th>Type</th>
             <th>Arch</th>
             <th>Suite</th>
             <th>Assigned</th>
             <th>Builder</th>
-            <th>Source Package</th>
         </tr>
 {% for jobinfo in active_jobs_info %}
         <tr>
+            <td>
+                <a href = '{{jobinfo.package_link}}' >{{jobinfo.job.package.name}}</a> - {{jobinfo.job.package.version}}
+            </td>
             <td>{{jobinfo.job.type}}</td>
             <td>{{jobinfo.job.arch}}</td>
             <td>{{jobinfo.job.suite}}</td>
@@ -20,9 +23,6 @@
                 <em>not assigned</em>
                 {% endif %}
             </td>
-            <td>
-                <a href = '{{jobinfo.package_link}}' >{{jobinfo.job.package.name}}</a>
-            </td>
         </tr>
 {% endfor %}
     </table>

-- 
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