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 @ 727:e3e958595e07

History | View | Annotate | Download (352 Bytes)

1 727:e3e958595e07 luis
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