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

Themed scaffolding forms have duplicate labels #38

Closed
mcolyer opened this issue Jan 21, 2012 · 1 comment
Closed

Themed scaffolding forms have duplicate labels #38

mcolyer opened this issue Jan 21, 2012 · 1 comment

Comments

@mcolyer
Copy link

mcolyer commented Jan 21, 2012

Looking at lib/generators/bootstrap/themed/builders/builder.rb it looks like you create a label for every form helper automatically and you also set the default form builder to be BootstrapForm builder.

Either this should be removed so that you are able to use forms in your application or the application helper bootstrap_form_for should be removed.

The _form.html.erb scaffold should also not include a label element in either case.

I'm running rails 3.2 if that helps.

@seyhunak
Copy link
Owner

Ok thanks for the suggestions. I'll keep in mind. Currently working on next release, it will be compatible to Rails 3.2.

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