OSDN Git Service

added svn:eol-style native property on /app files
[redminele/redmine.git] / app / views / repositories / _dir_list.rhtml
index 332987f..9a785f8 100644 (file)
@@ -1,23 +1,23 @@
-<table class="list">\r
-<thead><tr>\r
-<th><%= l(:field_name) %></th>\r
-<th><%= l(:field_filesize) %></th>\r
-<th><%= l(:label_revision) %></th>\r
-<th><%= l(:field_author) %></th>\r
-<th><%= l(:label_date) %></th>\r
-</tr></thead>\r
-<tbody>\r
-<% total_size = 0\r
-@entries.each do |entry| %>\r
-<tr class="<%= cycle 'odd', 'even' %>">\r
-<td><%= link_to h(entry.name), { :action => (entry.is_dir? ? 'browse' : 'revisions'), :id => @project, :path => entry.path, :rev => @rev }, :class => ("icon " + (entry.is_dir? ? 'icon-folder' : 'icon-file')) %></td>\r
-<td align="right"><%= number_to_human_size(entry.size) unless entry.is_dir? %></td>\r
-<td align="right"><%= link_to entry.lastrev.identifier, :action => 'revision', :id => @project, :rev => entry.lastrev.identifier %></td>\r
-<td align="center"><em><%=h entry.lastrev.author %></em></td>\r
-<td align="center"><%= format_time(entry.lastrev.time) %></td>\r
-</tr>\r
-<% total_size += entry.size\r
-end %>\r
-</tbody>\r
-</table>\r
+<table class="list">
+<thead><tr>
+<th><%= l(:field_name) %></th>
+<th><%= l(:field_filesize) %></th>
+<th><%= l(:label_revision) %></th>
+<th><%= l(:field_author) %></th>
+<th><%= l(:label_date) %></th>
+</tr></thead>
+<tbody>
+<% total_size = 0
+@entries.each do |entry| %>
+<tr class="<%= cycle 'odd', 'even' %>">
+<td><%= link_to h(entry.name), { :action => (entry.is_dir? ? 'browse' : 'revisions'), :id => @project, :path => entry.path, :rev => @rev }, :class => ("icon " + (entry.is_dir? ? 'icon-folder' : 'icon-file')) %></td>
+<td align="right"><%= number_to_human_size(entry.size) unless entry.is_dir? %></td>
+<td align="right"><%= link_to entry.lastrev.identifier, :action => 'revision', :id => @project, :rev => entry.lastrev.identifier %></td>
+<td align="center"><em><%=h entry.lastrev.author %></em></td>
+<td align="center"><%= format_time(entry.lastrev.time) %></td>
+</tr>
+<% total_size += entry.size
+end %>
+</tbody>
+</table>
 <p class="textright"><em><%= l(:label_total) %>: <%= number_to_human_size(total_size) %></em></p>
\ No newline at end of file