mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update _list.html.erb
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<% @vehicles.each do |vehicle| %>
|
||||
<div class="row">
|
||||
<div>
|
||||
<%= button_to "##{vehicle.id}, vehicle_path(vehicle) %>
|
||||
<%= button_to "##{vehicle.id}", vehicle_path(vehicle) %>
|
||||
</div>
|
||||
<div>
|
||||
<%= vehicle.to_s %>
|
||||
@@ -19,7 +19,6 @@
|
||||
|
||||
<div class="actions">
|
||||
<%= will_paginate @vehicles %>
|
||||
<%= button_to "New Vehicle", new_vehicle_path, method: :get %>
|
||||
</div>
|
||||
|
||||
<% else %>
|
||||
|
||||
Reference in New Issue
Block a user