##// END OF EJS Templates
replace tabs to spaces at app/views/issues/_history.html.erb...
Toshi MARUYAMA -
r7228:e1a15815a9fb
parent child
Show More
@@ -4,7 +4,7
4 <h4><div class="journal-link"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div>
4 <h4><div class="journal-link"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div>
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">
General Comments 0
You need to be logged in to leave comments. Login now