|
|
|
@ -59,12 +59,12 @@
|
|
|
|
|
<td class="center">
|
|
|
|
|
<%= format_date(journal.created_on) %>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title='<%=journal.notes %>'>
|
|
|
|
|
<td style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title='<%=strip_html(journal.notes) %>'>
|
|
|
|
|
<%case journal.jour_type %>
|
|
|
|
|
<% when 'Principal' %>
|
|
|
|
|
<%= link_to(journal.notes.html_safe, feedback_path(journal.jour_id)) %>
|
|
|
|
|
<%= link_to(strip_html(journal.notes), feedback_path(journal.jour_id)) %>
|
|
|
|
|
<% when 'Course' %>
|
|
|
|
|
<%= link_to(journal.notes.html_safe, course_feedback_path(journal.jour_id)) %>
|
|
|
|
|
<%= link_to(strip_html(journal.notes), course_feedback_path(journal.jour_id)) %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</td>
|
|
|
|
|
<td class="center">
|
|
|
|
|