mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-10-16 15:38:44 +02:00
- Update some sheets which have very long sections - Remove `layout: 2017/sheet` (everything has the same layout now) - Remove outdated sheets
309 B
309 B
title, tags
title | tags | |
---|---|---|
SimpleForm |
|
Inputs
<%= f.input :email, required: false, autofocus: true %>
<%= f.input :password, required: false %>
<%= f.input :remember_me, as: :boolean %>
<%= f.button :submit, "Sign in" %>
Adding a wrapper
simple_form_for @x, wrapper: :small