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