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,8 +1,6 @@
<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/>