From a0da53b6cff5f1e178b66703fc5de369e269988f Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 15 Oct 2018 21:10:41 -0400 Subject: [PATCH] Fixed formatting & removed search from heading --- app/views/customers/show.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/customers/show.html.erb b/app/views/customers/show.html.erb index ca380ef..8c94fc1 100644 --- a/app/views/customers/show.html.erb +++ b/app/views/customers/show.html.erb @@ -1,5 +1,4 @@ -
-

Customer #<%= @customer.id %> - <%= @customer.name %> <%= render :partial => 'customers/search' %>

+

Customer #<%= @customer.id %> - <%= @customer.name %>


@@ -23,4 +22,3 @@

Issues:

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