Sha256: 30b750899e862d7ff3a2faf5435b5d99c7d119bac7bb4399e72e4464581903c6

Contents?: true

Size: 486 Bytes

Versions: 3

Compression:

Stored size: 486 Bytes

Contents

<%%= form.label :login %><br />
<%%= form.text_field :login %><br />
<br />
<%%= form.label :email, "Email Address" %><br />
<%%= form.text_field :email %><br />
<br />
<%%= form.label :password, form.object.new_record? ? nil : "Change password" %><br />
<%%= form.password_field :password %><br />
<br />
<%%= form.label :password_confirmation %><br />
<%%= form.password_field :password_confirmation %><br />
<br />
<%%= form.label :admin %><br />
<%%= form.check_box :admin %><br />

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
handy-generators-0.0.2 rails_generators/handy_setup/templates/views/admin_form_user.html.erb
handy-generators-0.0.1 rails_generators/handy_setup/templates/views/admin_form_user.html.erb
handy-generators-0.0.0 rails_generators/handy_setup/templates/views/admin_form_user.html.erb