diff --git a/app/views/issues/_show_issue_view_right.html.erb b/app/views/issues/_show_issue_view_right.html.erb index 86942f4..4301b78 100644 --- a/app/views/issues/_show_issue_view_right.html.erb +++ b/app/views/issues/_show_issue_view_right.html.erb @@ -1,17 +1,20 @@
<%=notes%>+
| <%= t(:field_customer)%> | +<%= t(:field_customer) %> | <%= vehicle.customer ? link_to(vehicle.customer.name, customer_path(vehicle.customer)) : t(:no_customer) %> |
|---|---|---|
| <%= t(:field_vin) %> |
- <%= @vin[0] if @vin %><%=@vin[1] if @vin%>
+ <%= @vin[0] if @vin %><%= @vin[1] if @vin %>
|
<%= t(:label_trim) %> | -<%= vehicle.doors %> <%=t(:label_door) if vehicle.doors? %> <%= vehicle.trim %> | + +
| <%= t(:label_trim) %> | +<%= vehicle.doors %> <%= t(:label_door) if vehicle.doors? %> <%= vehicle.trim %> |
-- - - - +<%= vehicle.notes %> -
@@ -61,6 +54,6 @@ <% end %>
+ <%= f.text_area :notes, + rows: 8, + class: 'wiki-edit', + style: 'width: 95%;', + id: 'customer_appointment_description' %> + <%= wikitoolbar_for 'customer_appointment_description' %> +