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:
parent
3e49af2d37
commit
c763bdd398
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue