Update issues_show_hook_listener.rb

This commit is contained in:
2016-09-01 01:29:53 -04:00
committed by GitHub
parent fba9645932
commit 6b55f92454

View File

@@ -87,7 +87,7 @@ class IssuesShowHookListener < Redmine::Hook::ViewListener
</div>
</div>
#{button_to "Bill Time", "#{Redmine::Utils::relative_url_root}/qbo/#{issue.id}", method: :get}
#{button_to "Bill Time", "#{Redmine::Utils::relative_url_root}/qbo/bill/#{issue.id}", method: :get}
"
end