This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
redmine_cas/lib/redmine_cas_hook_listener.rb

6 lines
169 B
Ruby

module RedmineCAS
class RedmineCASHookListener < Redmine::Hook::ViewListener
render_on :view_account_login_top, :partial => 'redmine_cas/cas_login_link'
end
end