You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #48, using devise-bootstrap-views without copying the templates with the view generator no longer works: Devise expects the views to be in views/devise and now they're in views/erb. This means Devise' default views are used instead.
The text was updated successfully, but these errors were encountered:
That makes no difference unfortunately. With 0.0.9, the template devise-bootstrap-views-0.0.9/app/views/devise/sessions/new.html.erb is rendered. With 0.0.10, the template devise-4.2.0/app/views/devise/sessions/new.html.erb is rendered.
With #48, using devise-bootstrap-views without copying the templates with the view generator no longer works: Devise expects the views to be in
views/devise
and now they're inviews/erb
. This means Devise' default views are used instead.The text was updated successfully, but these errors were encountered: