Sha256: 9f00e8b7b2604a70ee4795aebb63e15e32d0fec0ccd27863553afd175b4ab4f4

Contents?: true

Size: 341 Bytes

Versions: 2

Compression:

Stored size: 341 Bytes

Contents

=form.label :login
%br/
=form.text_field :login
%br/
%br/
=form.label :email
%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/

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
santey_blog-0.2.1 app/views/users/_form.html.haml
santey_blog-0.2.0 app/views/users/_form.html.haml