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 / vendor / plugins / redmine_tags / lib / redmine_tags / hooks / views_projects_hook.rb @ 811:b4e59a60b447

History | View | Annotate | Download (347 Bytes)

1 727:e3e958595e07 luis
module RedmineTags
2
  module Hooks
3
    class ViewsProjectsHook < Redmine::Hook::ViewListener
4 729:291c4d7dc0b6 luis
      render_on :view_projects_form, :partial => 'projects/tags_form'
5 810:aaa26ccafb00 chris
      render_on :view_projects_show_sidebar_top, :partial => 'projects/tags'
6 727:e3e958595e07 luis
#      render_on :view_issues_sidebar_planning_bottom, :partial => 'issues/tags_sidebar'
7
    end
8
  end
9
end