Mercurial > hg > soundsoftware-site
annotate app/views/repositories/_dir_list.html.erb @ 1628:9c5f8e24dadc live tip
Quieten this cron script
author | Chris Cannam |
---|---|
date | Tue, 25 Aug 2020 11:38:49 +0100 |
parents | 63650ae64bf2 |
children |
rev | line source |
---|---|
Chris@1591 | 1 <div class="autoscroll" id="browser-autoscroll"> |
Chris@0 | 2 <table class="list entries" id="browser"> |
Chris@0 | 3 <thead> |
Chris@0 | 4 <tr id="root"> |
Chris@0 | 5 <th><%= l(:field_name) %></th> |
Chris@0 | 6 <th><%= l(:field_filesize) %></th> |
Chris@441 | 7 <% if @repository.report_last_commit %> |
Chris@441 | 8 <th><%= l(:label_revision) %></th> |
Chris@441 | 9 <th><%= l(:label_age) %></th> |
Chris@441 | 10 <th><%= l(:field_author) %></th> |
Chris@441 | 11 <th><%= l(:field_comments) %></th> |
Chris@441 | 12 <% end %> |
Chris@0 | 13 </tr> |
Chris@0 | 14 </thead> |
Chris@0 | 15 <tbody> |
Chris@0 | 16 <%= render :partial => 'dir_list_content' %> |
Chris@0 | 17 </tbody> |
Chris@0 | 18 </table> |
Chris@1115 | 19 </div> |