##// END OF EJS Templates
#8911 Textile formatting for issue notes...
Jean-Philippe Lang -
r277:c622ad0b50aa
parent child
Show More
@@ -1,11 +1,11
1 <% for journal in journals %>
1 <% for journal in journals %>
2 <h4><%= format_time(journal.created_on) %> - <%= journal.user.name %></h4>
2 <h4><%= format_time(journal.created_on) %> - <%= journal.user.name %></h4>
3 <ul>
3 <ul>
4 <% for detail in journal.details %>
4 <% for detail in journal.details %>
5 <li><%= show_detail(detail) %></li>
5 <li><%= show_detail(detail) %></li>
6 <% end %>
6 <% end %>
7 </ul>
7 </ul>
8 <% if journal.notes? %>
8 <% if journal.notes? %>
9 <%= simple_format auto_link h(journal.notes) %>
9 <%= textilizable journal.notes %>
10 <% end %>
10 <% end %>
11 <% end %>
11 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now