Update header_footer_hook_listener.rb

This commit is contained in:
2016-09-01 02:26:47 -04:00
committed by GitHub
parent 765b5b6024
commit 219141eeee

View File

@@ -14,6 +14,6 @@ class HeaderFooterHookListener < Redmine::Hook::ViewListener
end
def view_layouts_base_body_bottom(context = {})
return '<div class="bgl"><div class="bgr"><b>Last Sync: </b> #{Qbo.last_sync}</div></div>'
return "<div class='bgl'><div class='bgr'><b>Last Sync: </b> #{Qbo.last_sync}</div></div>"
end
end