From 82b5ec8f2832baed1a50d62c9362c52b395f35ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=9A=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BB=D0=B5=D0=BD=D0=BE=D0=BA?= <dmitry.kovalenok@twinslash.com> Date: Thu, 25 Oct 2012 20:01:09 +0300 Subject: [PATCH] removing ./lib/redmine_omniauth_google --- .../hooks/view_account_login_bottom_hook.rb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lib/redmine_omniauth_google/hooks/view_account_login_bottom_hook.rb diff --git a/lib/redmine_omniauth_google/hooks/view_account_login_bottom_hook.rb b/lib/redmine_omniauth_google/hooks/view_account_login_bottom_hook.rb deleted file mode 100644 index 975f808..0000000 --- a/lib/redmine_omniauth_google/hooks/view_account_login_bottom_hook.rb +++ /dev/null @@ -1,14 +0,0 @@ -module RedmineOmniauthGoogle - module Hooks - class ViewAccountLoginBottomHook < Redmine::Hook::ViewListener - # def view_account_login_bottom context = {} - # context[:controller].send(:render_to_string, { - # partial: "hooks/redmine_omniauth_google/view_account_login_bottom", - # locals: context - # }) - # end - render_on :view_account_login_bottom, - partial: "hooks/redmine_omniauth_google/view_account_login_bottom" - end - end -end \ No newline at end of file -- GitLab