init commit.

This commit is contained in:
2025-08-23 10:58:15 +08:00
commit 3c4e315c9f
4 changed files with 30 additions and 0 deletions

4
lib/hooks.rb Normal file
View File

@@ -0,0 +1,4 @@
class Hooks < Redmine::Hook::ViewListener
render_on :view_issues_show_description_bottom,
:partial => 'hooks/view_issues_show_description_bottom'
end