mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update issues_show_hook_listener.rb
This commit is contained in:
@@ -52,7 +52,6 @@ class IssuesShowHookListener < Redmine::Hook::ViewListener
|
||||
split_vin = vin.scan(/.{1,9}/) if vin
|
||||
|
||||
return "
|
||||
<div class=\"attributes\">
|
||||
<div class=\"splitcontent\">
|
||||
|
||||
<div class=\"splitcontentleft\">
|
||||
@@ -88,7 +87,6 @@ class IssuesShowHookListener < Redmine::Hook::ViewListener
|
||||
<div class=\"value\">#{notes}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user