OSDN Git Service

added svn:eol-style native property on /app files
[redminele/redmine.git] / app / views / wiki / history.rhtml
index e44a081..dd9e590 100644 (file)
@@ -1,28 +1,28 @@
-<div class="contextual">\r
-<%= link_to(l(:label_page_index), {:action => 'special', :page => 'Page_index'}, :class => 'icon icon-index') %>\r
-</div>\r
-\r
-<h2><%= @page.pretty_title %></h2>\r
-\r
-<h3><%= l(:label_history) %></h3>\r
-\r
-<table class="list">\r
-<thead><tr>\r
-    <th>#</th>\r
-    <th><%= l(:field_updated_on) %></th>\r
-    <th><%= l(:field_author) %></th>\r
-    <th><%= l(:field_comment) %></th>\r
-</tr></thead>\r
-<tbody>\r
-<% @versions.each do |ver| %>\r
-<tr class="<%= cycle("odd", "even") %>">\r
-    <th align="center"><%= link_to ver.version, :action => 'index', :page => @page.title, :version => ver.version %></th>\r
-    <td align="center"><%= format_time(ver.updated_on) %></td>\r
-    <td><em><%= ver.author ? ver.author.name : "anonyme" %></em></td>\r
-    <td><%=h ver.comment %></td>\r
-</tr>\r
-<% end %>\r
-</tbody>\r
-</table>\r
-\r
+<div class="contextual">
+<%= link_to(l(:label_page_index), {:action => 'special', :page => 'Page_index'}, :class => 'icon icon-index') %>
+</div>
+
+<h2><%= @page.pretty_title %></h2>
+
+<h3><%= l(:label_history) %></h3>
+
+<table class="list">
+<thead><tr>
+    <th>#</th>
+    <th><%= l(:field_updated_on) %></th>
+    <th><%= l(:field_author) %></th>
+    <th><%= l(:field_comment) %></th>
+</tr></thead>
+<tbody>
+<% @versions.each do |ver| %>
+<tr class="<%= cycle("odd", "even") %>">
+    <th align="center"><%= link_to ver.version, :action => 'index', :page => @page.title, :version => ver.version %></th>
+    <td align="center"><%= format_time(ver.updated_on) %></td>
+    <td><em><%= ver.author ? ver.author.name : "anonyme" %></em></td>
+    <td><%=h ver.comment %></td>
+</tr>
+<% end %>
+</tbody>
+</table>
+
 <p><%= link_to l(:button_back), :action => 'index', :page => @page.title %></p>
\ No newline at end of file