Added partial customers/search & fixed formatting

This commit is contained in:
2018-09-19 09:45:36 -04:00
parent f99ef648b3
commit 558e2359f7
3 changed files with 3 additions and 14 deletions

View File

@@ -1,12 +1,4 @@
<h1>Customers</h1>
<br/>
<%= form_tag(customers_path, :method => "get", id: "search-form") do %>
<%= text_field_tag :search, params[:search], placeholder: "Search Customers" %>
<%= submit_tag "Search" %>
<% end %>
<%= button_to "New Customer", new_customer_path, method: :get%>
<%= button_to "Sync", qbo_sync_path, method: :get%>
<br/>
<h2>Customers <span style="float:right"> <%= render :partial => 'customers/search' %> </span> </h2>
<% if @customers.present? %>
<br/>
<% @customers.each do |c| %>