From 5303b3dfef9312d40b1de6eb677f9e9cee52163b Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 2 Sep 2016 11:18:42 -0400 Subject: [PATCH] Update view.html.erb --- app/views/customers/view.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>.