OSDN Git Service

added svn:eol-style native property on /app files
[redminele/redmine.git] / app / views / documents / _document.rhtml
index 81e039b..e1539b8 100644 (file)
@@ -1,3 +1,3 @@
-<p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br />\r
-<% unless document.description.empty? %><%=h(truncate(document.description, 250)) %><br /><% end %>\r
+<p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br />
+<% unless document.description.empty? %><%=h(truncate(document.description, 250)) %><br /><% end %>
 <em><%= format_time(document.created_on) %></em></p>
\ No newline at end of file