diff --git a/app/views/customers/view.html.erb b/app/views/customers/view.html.erb index 9d7a182..3fe44fa 100644 --- a/app/views/customers/view.html.erb +++ b/app/views/customers/view.html.erb @@ -22,7 +22,7 @@ <%= avatar(@issue.author, :size => "50") %>
-<%= render_issue_subject_with_tree(@issue) %> +<%= @issue.subject %>

<%= authoring @issue.created_on, @issue.author %>.