Mercurial > hg > soundsoftware-site
view app/views/repositories/_dir_list.rhtml @ 108:d70a0b926135 luisf
Feature #52: All users can now view and edit their description and university
author | luisf |
---|---|
date | Fri, 17 Dec 2010 13:02:30 +0000 |
parents | 513646585e45 |
children | cbce1fd3b1b7 |
line wrap: on
line source
<table class="list entries" id="browser"> <thead> <tr id="root"> <th><%= l(:field_name) %></th> <th><%= l(:field_filesize) %></th> <th><%= l(:label_revision) %></th> <th><%= l(:label_age) %></th> <th><%= l(:field_author) %></th> <th><%= l(:field_comments) %></th> </tr> </thead> <tbody> <%= render :partial => 'dir_list_content' %> </tbody> </table>