Update issues_show_hook_listener.rb

This commit is contained in:
2016-09-01 01:59:42 -04:00
committed by GitHub
parent 56161f12d0
commit a134d1b601

View File

@@ -88,4 +88,8 @@ class IssuesShowHookListener < Redmine::Hook::ViewListener
</div> "
end
def view_issues_show_description_bottom(context={})
return "<br/> #{button_to "Bill Time", "#{Redmine::Utils::relative_url_root}/qbo/bill/#{context[:issue].id}", method: :get}"
end
end