From fc1cffcacfa0e885c481e9d993f7c541673912c8 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 28 May 2015 01:44:24 -0700 Subject: initial commit. --- lib/version_report/hooks.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/version_report/hooks.rb (limited to 'lib') diff --git a/lib/version_report/hooks.rb b/lib/version_report/hooks.rb new file mode 100644 index 0000000..d0d2776 --- /dev/null +++ b/lib/version_report/hooks.rb @@ -0,0 +1,5 @@ +module VersionReport + class Hooks < Redmine::Hook::ViewListener + render_on :view_versions_show_contextual, :partial => 'hooks/view_report_link' + end +end \ No newline at end of file -- cgit v1.2.3