@@ -6,6 +6,6 | |||
|
6 | 6 | <% end %> |
|
7 | 7 | </ul> |
|
8 | 8 | <% if journal.notes? %> |
|
9 |
<%= textilizable |
|
|
9 | <%= textilizable(journal.notes) %> | |
|
10 | 10 | <% end %> |
|
11 | 11 | <% end %> |
@@ -34,7 +34,7 | |||
|
34 | 34 | <tr> |
|
35 | 35 | <% n = 0 |
|
36 | 36 | for custom_value in @custom_values %> |
|
37 |
<td><b><%= custom_value.custom_field.name %> :</b></td><td><%=h |
|
|
37 | <td><b><%= custom_value.custom_field.name %> :</b></td><td><%= h(show_value(custom_value)) %></td> | |
|
38 | 38 | <% n = n + 1 |
|
39 | 39 | if (n > 1) |
|
40 | 40 | n = 0 %> |
General Comments 0
You need to be logged in to leave comments.
Login now