diff --git a/lib/issues_show_hook_listener.rb b/lib/issues_show_hook_listener.rb index 8410b2c..3c7eee3 100644 --- a/lib/issues_show_hook_listener.rb +++ b/lib/issues_show_hook_listener.rb @@ -53,39 +53,43 @@ class IssuesShowHookListener < Redmine::Hook::ViewListener return "
+
+ +
+
+
Customer:
+
#{customer}
+
-
-
Customer:
-
#{customer}
-
- -
-
Estimate:
-
#{estimate_link}
-
+
+
Estimate:
+
#{estimate_link}
+
+ +
+
Invoice:
+
#{invoice_link}
+
+
-
-
Invoice:
-
#{invoice_link}
+
+
+
Vehicle:
+
#{vehicle}
+
+ +
+
VIN:
+
#{split_vin[0] if split_vin}#{split_vin[1] if split_vin}
+
+ +
+
Notes:
+
#{notes}
+
+
- -
- -
-
Vehicle:
-
#{vehicle}
-
- -
-
VIN:
-
#{split_vin[0] if split_vin}#{split_vin[1] if split_vin}
-
- -
-
Notes:
-
#{notes}
-
-
" +
" end def view_issues_show_description_bottom(context={})