]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/issues/show.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 15 Sep 2011 09:26:55 +0000 (09:26 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 15 Sep 2011 09:26:55 +0000 (09:26 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7241 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/show.html.erb

index 07440c50492f67beba207a3dc8564d87184c6009..8dd3a2f9d61b25074f8755b3d2cad10bd38c9730 100644 (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 %>