##// END OF EJS Templates
remove trailing white-spaces from app/views/issues/_history.html.erb...
Toshi MARUYAMA -
r7181:c763bdd398c4
parent child
Show More
@@ -5,7 +5,7
5 <%= avatar(journal.user, :size => "24") %>
5 <%= avatar(journal.user, :size => "24") %>
6 <%= content_tag('a', '', :name => "note-#{journal.indice}")%>
6 <%= content_tag('a', '', :name => "note-#{journal.indice}")%>
7 <%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %></h4>
7 <%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %></h4>
8
8
9 <% if journal.details.any? %>
9 <% if journal.details.any? %>
10 <ul class="details">
10 <ul class="details">
11 <% for detail in journal.details %>
11 <% for detail in journal.details %>
General Comments 0
You need to be logged in to leave comments. Login now