@@ -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 |
<%= |
|
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