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

new option for low-verbosity horizontal forms #67

Closed
wants to merge 1 commit into from
Closed

new option for low-verbosity horizontal forms #67

wants to merge 1 commit into from

Conversation

hdgarrood
Copy link

These changes make this:

twitter_bootstrap_form_for(@user, :horizontal => true) do |user|

equivalent to this:

twitter_bootstrap_form_for(@user, :html => {:class => "form-horizontal"}) do |user|

@hdgarrood
Copy link
Author

Actually, this probably isn't a good idea.

@hdgarrood hdgarrood closed this Apr 23, 2015
@hdgarrood hdgarrood deleted the nicer-horizontal-forms branch April 23, 2015 23:55
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.

None yet

1 participant