Sha256: e3a8c31dfd161c9318fcd40c83b0e92815eb1c186bf427458785bed1d80f7e1d
Contents?: true
Size: 251 Bytes
Versions: 21
Compression:
Stored size: 251 Bytes
Contents
= simple_form_for(@user) do |f| = f.error_notification .form-inputs = f.input :email, autofocus: true = f.input :name .form-actions = f.button :submit, class: 'btn btn-primary' ' = link_to 'Back', users_path, class: 'btn'
Version data entries
21 entries across 21 versions & 1 rubygems