New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82159


Ignore:
Timestamp:
08/08/11 20:30:09 (4 years ago)
Author:
derek@…
Message:

Added missing table headers and </table> tag that were somehow not included in the previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gsoc11-statistics/stats-server/app/views/ports/show.html.erb

    r82158 r82159  
    6060  <% end %> 
    6161 
     62  <table border=1> 
     63    <tr> 
     64      <th> ID </th> 
     65      <th> port_id </th> 
     66      <th> version </th> 
     67      <th> variants </th> 
     68      <th> modified_date </th> 
     69    </tr> 
     70 
    6271  <% @installed.each do |row| %> 
    6372    <tr> 
     
    6978    </tr> 
    7079  <% end %> 
    71  
     80  </table> 
     81   
    7282</div> 
Note: See TracChangeset for help on using the changeset viewer.