Skip to content

Commit 357afa6

Browse files
committed
move hook templates
1 parent 11b0888 commit 357afa6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

lib/redmine_supply/view_hooks.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ def view_issues_show_details_bottom(context)
3232
end
3333

3434
render_on :view_issues_form_details_bottom,
35-
partial: "hooks/issues_form_details_bottom"
35+
partial: "hooks/redmine_supply/issues_form_details_bottom"
3636

3737
render_on :view_custom_fields_form_supply_item_custom_field,
38-
partial: "hooks/supply_item_custom_field_form"
38+
partial: "hooks/redmine_supply/supply_item_custom_field_form"
3939

4040
end
4141
end

0 commit comments

Comments
 (0)