mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-09-09 22:49:38 +02:00
257 B
257 B
title, layout
| title | layout |
|---|---|
| SimpleForm | default |
<%= 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