Rails Inline Form

Hello list

i’m new in Rails. But i like rails. Now i’m writing application on
rails.

How to create inline form on rails ?

Thank you
Tsolmon N…

You mean this:

Email: [Input text]

Instead of this?

Email:
[Input text]

You could put the input box inside the email label.

Or you could edit the CSS with float: left;
Or display: inline;
For the email and input.

Though I think it would be easy using the HTML markup.