Skip to content
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

Change of view paths makes Rails not find correct translations #49

Closed
mvz opened this issue Feb 2, 2017 · 4 comments
Closed

Change of view paths makes Rails not find correct translations #49

mvz opened this issue Feb 2, 2017 · 4 comments

Comments

@mvz
Copy link

mvz commented Feb 2, 2017

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.

@dankimio
Copy link
Collaborator

dankimio commented Apr 4, 2017

Try adding gem 'devise-bootstrap-views' to the end of your Gemfile.

@mvz
Copy link
Author

mvz commented Apr 10, 2017

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.

@dankimio
Copy link
Collaborator

Haml and Slim are now generated separatly (77974f5). Should be working now.

@mvz
Copy link
Author

mvz commented Aug 20, 2018

Thanks, @dankimio!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants