From 8156657eb2105ec3214a3fd78a59db89d87b86d5 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 13 Sep 2016 23:37:27 -0400 Subject: [PATCH] Update issues_show_hook_listener.rb --- lib/issues_show_hook_listener.rb | 62 ++++++++++++++++---------------- 1 file changed, 30 insertions(+), 32 deletions(-) diff --git a/lib/issues_show_hook_listener.rb b/lib/issues_show_hook_listener.rb index 9531465..de1cbad 100644 --- a/lib/issues_show_hook_listener.rb +++ b/lib/issues_show_hook_listener.rb @@ -52,41 +52,39 @@ class IssuesShowHookListener < Redmine::Hook::ViewListener split_vin = vin.scan(/.{1,9}/) if vin return " -
-
- -
-
-
Customer:
-
#{customer}
-
+
-
-
Estimate:
-
#{estimate_link}
-
- -
-
Invoice:
-
#{invoice_link}
-
+
+
+
Customer:
+
#{customer}
+
+ +
+
Estimate:
+
#{estimate_link}
+
+ +
+
Invoice:
+
#{invoice_link}
+
+
+ +
+
+
Vehicle:
+
#{vehicle}
+
+ +
+
VIN:
+
#{split_vin[0] if split_vin}#{split_vin[1] if split_vin}
-
-
-
Vehicle:
-
#{vehicle}
-
- -
-
VIN:
-
#{split_vin[0] if split_vin}#{split_vin[1] if split_vin}
-
- -
-
Notes:
-
#{notes}
-
+
+
Notes:
+
#{notes}
"