From f37234e301dd327ce06a1a45723027d6dc6c7af2 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 15 Sep 2011 09:26:55 +0000 Subject: [PATCH] remove trailing white-spaces from app/views/issues/show.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7241 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/show.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index 07440c504..8dd3a2f9d 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -4,8 +4,8 @@
<%= avatar(@issue.author, :size => "50") %> - -
+ +
<%= render_issue_subject_with_tree(@issue) %>

@@ -51,7 +51,7 @@

<%= link_to_remote_if_authorized(l(:button_quote), { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %>
- +

<%=l(:field_description)%>

<%= textilizable @issue, :description, :attachments => @issue.attachments %> -- 2.39.5