To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / vendor / plugins / redmine_tags / lib / redmine_tags / hooks / views_projects_hook.rb @ 757:d38f5a55c590
History | View | Annotate | Download (340 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 | 727:e3e958595e07 | luis | render_on :view_projects_show_left, :partial => 'projects/tags' |
| 6 | # render_on :view_issues_sidebar_planning_bottom, :partial => 'issues/tags_sidebar'
|
||
| 7 | end
|
||
| 8 | end
|
||
| 9 | end
|