Sha256: 5400f12ce33a61b9443aa3d3ad7cea8967392127456f697b9e6437afa8c4007d
Contents?: true
Size: 620 Bytes
Versions: 13
Compression:
Stored size: 620 Bytes
Contents
<div data-hook="admin_user_form_fields"> <%= f.field_container :email do %> <%= f.label :email, t(:email) %><br /> <%= f.email_field :email %> <%= error_message_on :user, :email %> <% end %> <%= f.field_container :password do %> <%= f.label :password, t(:password) %><br /> <%= f.password_field :password %> <%= f.error_message_on :password %> <% end %> <%= f.field_container :password do %> <%= f.label :password_confirmation, t(:confirm_password) %><br /> <%= f.password_field :password_confirmation %> <%= f.error_message_on :password_confirmation %> <% end %> </div>
Version data entries
13 entries across 13 versions & 2 rubygems