@@ -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 |
<%= |
|
|
9 | <%= textilizable journal.notes %> | |
|
10 | 10 | <% end %> |
|
11 | 11 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now