Sha256: e30b80349c6f9748b65d556e4c5d653192f52c3b7bf4ea96c3686b4c7a938c9f
Contents?: true
Size: 443 Bytes
Versions: 34
Compression:
Stored size: 443 Bytes
Contents
<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>
Version data entries
34 entries across 34 versions & 1 rubygems