remove trailing white-spaces from app/views/issues/_history.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7301 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-17 06:03:39 +00:00
parent 3e49af2d37
commit c763bdd398
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<%= avatar(journal.user, :size => "24") %>
<%= content_tag('a', '', :name => "note-#{journal.indice}")%>
<%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %></h4>
<% if journal.details.any? %>
<ul class="details">
<% for detail in journal.details %>