From: Toshi MARUYAMA Date: Thu, 15 Sep 2011 09:26:55 +0000 (+0000) Subject: remove trailing white-spaces from app/views/issues/show.html.erb X-Git-Tag: 1.3.0~727 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f37234e301dd327ce06a1a45723027d6dc6c7af2;p=redmine.git 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 --- 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 %>