Changeset 82159
- Timestamp:
- 08/08/11 20:30:09 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc11-statistics/stats-server/app/views/ports/show.html.erb
r82158 r82159 60 60 <% end %> 61 61 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 62 71 <% @installed.each do |row| %> 63 72 <tr> … … 69 78 </tr> 70 79 <% end %> 71 80 </table> 81 72 82 </div>
Note: See TracChangeset
for help on using the changeset viewer.

