From 40d537b616ae781ed6287835585618b6dce990d5 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 22 Apr 2021 10:45:19 -0500 Subject: [PATCH] Remove unused login modal --- app/views/layouts/_footer.html.erb | 2 -- app/views/users/_email_login_form.html.erb | 12 ------------ app/views/users/_login_footer.html.erb | 3 --- app/views/users/_login_modal.html.erb | 17 ----------------- 4 files changed, 34 deletions(-) delete mode 100644 app/views/users/_email_login_form.html.erb delete mode 100644 app/views/users/_login_footer.html.erb delete mode 100644 app/views/users/_login_modal.html.erb diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index f2b2cbe5..703e133b 100755 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -3,8 +3,6 @@ <% if current_user %> <% unless current_user.confirmed? %> <%= render 'common/confirm_email_modal' %> <% end %> -<% else %> - <%= render 'users/login_modal' %> <% end %> <%= render 'common/confirmation' %> diff --git a/app/views/users/_email_login_form.html.erb b/app/views/users/_email_login_form.html.erb deleted file mode 100644 index ff8baf37..00000000 --- a/app/views/users/_email_login_form.html.erb +++ /dev/null @@ -1,12 +0,0 @@ -<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later -# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%> -
-

You're now signed in!

- - - - -

- -
- diff --git a/app/views/users/_login_footer.html.erb b/app/views/users/_login_footer.html.erb deleted file mode 100644 index 04f1157e..00000000 --- a/app/views/users/_login_footer.html.erb +++ /dev/null @@ -1,3 +0,0 @@ -<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later -# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%> -

Not registered yet? class='u-bold'>Sign Up.

\ No newline at end of file diff --git a/app/views/users/_login_modal.html.erb b/app/views/users/_login_modal.html.erb deleted file mode 100644 index 493e1659..00000000 --- a/app/views/users/_login_modal.html.erb +++ /dev/null @@ -1,17 +0,0 @@ -<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later -# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%> -