File: hooks.rb

package info (click to toggle)
redmine-plugin-pretend 0.0.2%2Bgit20130821-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 136 kB
  • sloc: ruby: 87; 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