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

Support for Formtastic form generation #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gotmayonase
Copy link

When generating themed views, you can now pass --formtastic to have the forms generated using the Formtastic format.

I tweaked base.css to remove some generic styles on <fieldset>s and <ol>s, and then modified the associated template views.

Calls to form_for were replaced with semantic_form_for, and all inputs are generated using f.input with appropriate label, container, and input classes added.

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

Successfully merging this pull request may close these issues.

1 participant