mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Formating
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
<div style="width: 100%; display: table;">
|
||||
<div style="display: table-row">
|
||||
<div style="width: 600px; display: table-cell;">
|
||||
|
||||
<div class="attributes">
|
||||
<div class="customer attribute">
|
||||
<div class="label"><span>Customer</span>:</div>
|
||||
@@ -34,3 +38,10 @@
|
||||
<div class="value"><%= @vehicle.notes %></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="display: table-cell;">
|
||||
<%= button_to "Edit", edit_vehicle_path(@vehicle), method: :get%>
|
||||
<%= button_to "Delete", @vehicle, method: :delete, data: {confirm: "You sure?"} %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user