Revision 727:e3e958595e07 vendor/plugins/redmine_tags/lib/redmine_tags/hooks
| vendor/plugins/redmine_tags/lib/redmine_tags/hooks/views_projects_hook.rb | ||
|---|---|---|
| 1 |
module RedmineTags |
|
| 2 |
module Hooks |
|
| 3 |
class ViewsProjectsHook < Redmine::Hook::ViewListener |
|
| 4 |
render_on :view_projects_show_left, :partial => 'projects/tags' |
|
| 5 |
# render_on :view_issues_form_details_bottom, :partial => 'issues/tags_form' |
|
| 6 |
# render_on :view_issues_sidebar_planning_bottom, :partial => 'issues/tags_sidebar' |
|
| 7 |
end |
|
| 8 |
end |
|
| 9 |
end |
|
| 10 |
|
|
Also available in: Unified diff