Sha256: 1fea7075d51744559a0af867466184d9596d5a795c0be59199e9379a75d77265
Contents?: true
Size: 464 Bytes
Versions: 1
Compression:
Stored size: 464 Bytes
Contents
<%= form.label :first_name %><br /> <%= form.text_field :first_name %><br /> <%= form.label :last_name %><br /> <%= form.text_field :last_name %><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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qcore-1.2.0 | app/views/users/_form.erb |