mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update show.html.erb
This commit is contained in:
@@ -4,10 +4,7 @@
|
||||
<br/>
|
||||
<%= render :partial => 'vehicles/list' %>
|
||||
<br/>
|
||||
<%= form_tag(new_vehicle_path, :method => "get", id: "new") do %>
|
||||
<%= hidden_field :customer, @customer.id if @customer %>
|
||||
<%= submit_tag "New Vehicle" %>
|
||||
<% end %>
|
||||
<%= button_to "New Customer", [:new, @cutomer, Vehicle.new], method: :get %>
|
||||
<br/>
|
||||
<br/>
|
||||
<%= render :partial => 'issues/list_simple', locals: {issues: @issues} %>
|
||||
|
||||
Reference in New Issue
Block a user