Update header_footer_hook_listener.rb

This commit is contained in:
2016-09-06 23:05:24 -04:00
committed by GitHub
parent 571811ace6
commit 89123fed31

View File

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