mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update index.html.erb
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<%= text_field_tag :search, params[:search], placeholder: "Search Customers" %>
|
||||
<%= submit_tag "Search" %>
|
||||
<% end %>
|
||||
<%= button_to("New Customer", new_customer_path, method: :get) if User.current.allowed_to?(:add_customers)%>
|
||||
<%= button_to "New Customer", new_customer_path, method: :get%>
|
||||
<br/>
|
||||
<% if @customers.present? %>
|
||||
<br/>
|
||||
|
||||
Reference in New Issue
Block a user