<%= f.input :email, required: false, autofocus: true %>
<%= f.input :password, required: false %>
<%= f.input :remember_me, as: :boolean %>
<%= f.button :submit, "Sign in" %>
simple_form_for @x,
wrapper: :small
<%= f.input :email, required: false, autofocus: true %>
<%= f.input :password, required: false %>
<%= f.input :remember_me, as: :boolean %>
<%= f.button :submit, "Sign in" %>
simple_form_for @x,
wrapper: :small
Cheatsheets - W3cubDocs is a collection of cheatsheets. Suggestions and corrections? Send them in. The author Rico Sta. Cruz.