[DRE-commits] [SCM] Tracking the Debian/Ruby wheezy transition branch, master, updated. 3e6e15be254f33c8b64f4d7c2c379dc9cdff338e

Antonio Terceiro terceiro at softwarelivre.org
Thu Apr 7 18:08:32 UTC 2011


The following commit has been merged in the master branch:
commit 3e6e15be254f33c8b64f4d7c2c379dc9cdff338e
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Thu Apr 7 11:08:04 2011 -0700

    Displaying source and binary packages

diff --git a/details.html.erb b/details.html.erb
index ca38e1a..61f4d0a 100644
--- a/details.html.erb
+++ b/details.html.erb
@@ -10,8 +10,11 @@
     <p>
     <a href='.'>Go back to overview page</a>
     </p>
-    <h2>Packages using old policy (<span class='pending'>pending</span>): <%= pending_packages.count %></h2>
-    <h2>Source packages using old policy (<span class='pending'>pending</span>): <%= pending_source_packages.count %></h2>
+    <h2>Packages using old policy</h2>
+    <ul>
+      <li>Pending binary packages: <%= pending_packages.count %></li>
+      <li>Pending source packages: <%= pending_source_packages.count %></li>
+    </ul>
     <table class='buglist'>
       <tr>
         <th>source</th>
@@ -32,7 +35,11 @@
       </tr>
     <% end %>
     </table>
-    <h2>Packages using new policy (<span class='done'>done</a>): <%= done_packages.count %></h2>
+    <h2>Packages using new policy</h2>
+    <ul>
+      <li>Migrated binary packages: <%= done_packages.count %></li>
+      <li>Migrated source packages: <%= done_source_packages.count %></li>
+    </ul>
     <table class='buglist'>
       <tr>
         <th>source</th>

-- 
Tracking the Debian/Ruby wheezy transition



More information about the Pkg-ruby-extras-commits mailing list