mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update index.html.erb
New Button!
This commit is contained in:
@@ -19,3 +19,5 @@
|
||||
<%= vehicle.qbo_customer.name %> <%= vehicle.to_s %> <%= button_to "Edit", vehicle, method: :edit %> <%= button_to "Delete", vehicle, method: :delete, data: {confirm: "You sure?"} %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= button_to "New", vehicle, method: :new %>
|
||||
|
||||
Reference in New Issue
Block a user