Update issues_show_hook_listener.rb

This commit is contained in:
2016-09-01 01:27:24 -04:00
committed by GitHub
parent 40f738d976
commit 0cc867b410

View File

@@ -85,7 +85,10 @@ class IssuesShowHookListener < Redmine::Hook::ViewListener
<div class=\"label\"><span>Notes</span>:</div>
<div class=\"value\">#{notes}</div>
</div>
</div>"
</div>
#{button_to "Bill Time", "#{Redmine::Utils::relative_url_root}/qbo/#{issue.id}", method: :get}
"
end
end