Re: [Rails] Re: Re: Re: Adding bootstrap styling to ruby on rails form_for

2015-09-01 Thread John Lahr
I'm glad you were able to get it to work - but does the button work to submit your form? In my usage, btn btn-primary work on most elements. Not sure why changing the tag makes it work and now am concerned that your form won't submit based on the above code? -- You received this message because

[Rails] Re: Re: Re: Adding bootstrap styling to ruby on rails form_for

2015-09-01 Thread Abdulaleem Seyed
John Lahr wrote in post #1178417: > If you are cutting and pasting exactly from your view to your HTML it > seems > kind of odd. > > The 'form group' is showing up not where you put it before the form, but > before the input field. > The Submit button still says submit, not update as you indicate i