To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / plugins / redmine_tags / lib / redmine_tags / hooks / views_projects_hook.rb @ 1361:7c0909052511

History | View | Annotate | Download (347 Bytes)

1
module RedmineTags
2
  module Hooks
3
    class ViewsProjectsHook < Redmine::Hook::ViewListener
4
      render_on :view_projects_form, :partial => 'projects/tags_form'
5
      render_on :view_projects_show_sidebar_top, :partial => 'projects/tags'
6
#      render_on :view_issues_sidebar_planning_bottom, :partial => 'issues/tags_sidebar'
7
    end
8
  end
9
end
10