-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Landing page #11
Comments
ArgumentError at GET /Exception:
Code:
Connection detailsParams
Request info
Headers
Session
|
@current_user
to even pull the logout link or the profile sections out of the sidebar, we need to use live_session and mount the auth on every view.This was handled rather easily once I thought things through. The existing home page is a perfect representation of a landing page that needs its own layout. The work required to make that work with an essentially hidden sidebar that still throws errors about rendering isn't worth it. It's possible this is a bug though.
The text was updated successfully, but these errors were encountered: