Mercurial > hg > soundsoftware-site
view .svn/pristine/79/79d8224df8edf9335f3c3746d6a83312fcea6db4.svn-base @ 1423:40e82f170353 biblio_alt_search_auth
small adjustments to text box size.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 02 Oct 2013 16:47:03 +0100 |
parents | 038ba2d95de8 |
children |
line wrap: on
line source
<div class="autoscroll"> <table class="list entries" id="browser"> <thead> <tr id="root"> <th><%= l(:field_name) %></th> <th><%= l(:field_filesize) %></th> <% if @repository.report_last_commit %> <th><%= l(:label_revision) %></th> <th><%= l(:label_age) %></th> <th><%= l(:field_author) %></th> <th><%= l(:field_comments) %></th> <% end %> </tr> </thead> <tbody> <%= render :partial => 'dir_list_content' %> </tbody> </table> </div>