[82159] branches/gsoc11-statistics/stats-server/app/views/ports/show.html. erb

derek at macports.org derek at macports.org
Mon Aug 8 20:30:10 PDT 2011


Revision: 82159
          http://trac.macports.org/changeset/82159
Author:   derek at macports.org
Date:     2011-08-08 20:30:09 -0700 (Mon, 08 Aug 2011)
Log Message:
-----------
Added missing table headers and </table> tag that were somehow not included in the previous commit

Modified Paths:
--------------
    branches/gsoc11-statistics/stats-server/app/views/ports/show.html.erb

Modified: branches/gsoc11-statistics/stats-server/app/views/ports/show.html.erb
===================================================================
--- branches/gsoc11-statistics/stats-server/app/views/ports/show.html.erb	2011-08-09 03:27:24 UTC (rev 82158)
+++ branches/gsoc11-statistics/stats-server/app/views/ports/show.html.erb	2011-08-09 03:30:09 UTC (rev 82159)
@@ -59,6 +59,15 @@
     <% end %>
   <% end %>
 
+  <table border=1>
+    <tr>
+      <th> ID </th>
+      <th> port_id </th>
+      <th> version </th>
+      <th> variants </th>
+      <th> modified_date </th>
+    </tr>
+
   <% @installed.each do |row| %>
     <tr>
       <td> <%= row.id %> </td>
@@ -68,5 +77,6 @@
       <td> <%= row.updated_at %> </td>
     </tr>
   <% end %>
-
+  </table>
+  
 </div>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110808/5e28cf9b/attachment.html>


More information about the macports-changes mailing list