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
This commit is contained in:
Toshi MARUYAMA 2011-09-15 09:26:55 +00:00
parent 9416de069e
commit f37234e301
1 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
<div class="<%= @issue.css_classes %> details">
<%= avatar(@issue.author, :size => "50") %>
<div class="subject">
<div class="subject">
<%= render_issue_subject_with_tree(@issue) %>
</div>
<p class="author">
@ -51,7 +51,7 @@
<div class="contextual">
<%= link_to_remote_if_authorized(l(:button_quote), { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %>
</div>
<p><strong><%=l(:field_description)%></strong></p>
<div class="wiki">
<%= textilizable @issue, :description, :attachments => @issue.attachments %>