mirror of
https://github.com/rickbarrette/redmine_qbo_vehicles.git
synced 2026-02-13 09:34:00 -05:00
Inital Commit
This commit is contained in:
3
app/views/issues/_form_hook_vehicles.html.erb
Normal file
3
app/views/issues/_form_hook_vehicles.html.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<p>
|
||||
<%= vehicle %>
|
||||
</p>
|
||||
18
app/views/issues/_show_issue_view_right.html.erb
Normal file
18
app/views/issues/_show_issue_view_right.html.erb
Normal file
@@ -0,0 +1,18 @@
|
||||
<div class="vehicle attribute">
|
||||
<div class="label"><span><%=t(:field_vehicle)%></span>:</div>
|
||||
<div class="value"><%= vehicle %></div>
|
||||
</div>
|
||||
|
||||
<div class="vehicle_vin attribute">
|
||||
<div class="label"><span><%=t(:field_vin)%></span>:</div>
|
||||
<div class="value"><%=split_vin[0] if split_vin%><b><%=split_vin[1] if split_vin%></b></div>
|
||||
</div>
|
||||
|
||||
<div class="vehicle_notes attribute">
|
||||
<div class="label"><span><%=t(:field_notes)%></span>:</div>
|
||||
<div class="value">
|
||||
<pre id="note-display" style="text-align: left; white-space: pre-wrap; font-family: inherit; ">
|
||||
<%=notes%>
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user