diff --git a/app/views/users/_project_issue.html.erb b/app/views/users/_project_issue.html.erb index cdc310604..0413d6811 100644 --- a/app/views/users/_project_issue.html.erb +++ b/app/views/users/_project_issue.html.erb @@ -111,17 +111,14 @@ <% end %> <%= format_time(reply.created_on) %> - <% if reply.details.any? %> - <% details_to_strings(reply.details).each do |string| %> -
<%= string %>
+ <% end %> + <% end %> +<%= reply.notes.html_safe %>
+