diff --git a/app/controllers/registrations_controller.rb b/app/controllers/registrations_controller.rb index 894d1e49..df6901e9 100644 --- a/app/controllers/registrations_controller.rb +++ b/app/controllers/registrations_controller.rb @@ -5,6 +5,8 @@ class RegistrationsController < Devise::RegistrationsController before_action :set_navbar_actions, only: [:edit, :preferences, :more_actions] before_action :set_navbar_color, only: [:edit, :preferences, :more_actions] + layout 'tailwind/landing', only: [:new] + def new super if params[:referral] diff --git a/app/views/layouts/navbar/_logged_out.html.erb b/app/views/layouts/navbar/_logged_out.html.erb deleted file mode 100644 index e69de29b..00000000 diff --git a/app/views/layouts/tailwind/navbar/_logged_out.html.erb b/app/views/layouts/tailwind/navbar/_logged_out.html.erb index dca9d0fa..75bb5837 100644 --- a/app/views/layouts/tailwind/navbar/_logged_out.html.erb +++ b/app/views/layouts/tailwind/navbar/_logged_out.html.erb @@ -1,5 +1,5 @@ -