diff --git a/app/views/customers/view.html.erb b/app/views/customers/view.html.erb index be05237..0a8a004 100644 --- a/app/views/customers/view.html.erb +++ b/app/views/customers/view.html.erb @@ -1,2 +1,2 @@

Customer View:

-<%= render :partial => 'issues/show', locals: {issue: @issue} %> +<%= render 'issues/show'%>