File: hooks.rb

package info (click to toggle)
redmine-plugin-pretend 0.0.2%2Bgit20130821-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 30
  • sloc: ruby: 94; makefile: 35
file content (6 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
module RedminePretend
  class Hooks < Redmine::Hook::ViewListener
    render_on :view_account_left_bottom, :partial => 'user/pretend_to'
    render_on :view_layouts_base_html_head, :partial => 'user/unpretend'
  end
end