annotate .svn/pristine/79/79d8224df8edf9335f3c3746d6a83312fcea6db4.svn-base @ 1327:287f201c2802 redmine-2.2-integration

Add italic
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 19 Jun 2013 20:56:22 +0100
parents 038ba2d95de8
children
rev   line source
Chris@1296 1 <div class="autoscroll">
Chris@1296 2 <table class="list entries" id="browser">
Chris@1296 3 <thead>
Chris@1296 4 <tr id="root">
Chris@1296 5 <th><%= l(:field_name) %></th>
Chris@1296 6 <th><%= l(:field_filesize) %></th>
Chris@1296 7 <% if @repository.report_last_commit %>
Chris@1296 8 <th><%= l(:label_revision) %></th>
Chris@1296 9 <th><%= l(:label_age) %></th>
Chris@1296 10 <th><%= l(:field_author) %></th>
Chris@1296 11 <th><%= l(:field_comments) %></th>
Chris@1296 12 <% end %>
Chris@1296 13 </tr>
Chris@1296 14 </thead>
Chris@1296 15 <tbody>
Chris@1296 16 <%= render :partial => 'dir_list_content' %>
Chris@1296 17 </tbody>
Chris@1296 18 </table>
Chris@1296 19 </div>