Sha256: 5534084eb9f8784c21fa9740527aa2e556daadaa7887868b26e31c275b724938

Contents?: true

Size: 551 Bytes

Versions: 24

Compression:

Stored size: 551 Bytes

Contents

%h2= t('.edit_profile')

.row.col-md-4

  = errors_for(current_user)

  = form_for current_user, url: user_path(current_user), role: 'form' do |form|
    .form-group= form.text_field :email, class: 'name form-control', placeholder: t('.email')
    .form-group= form.password_field :password, value: '', class: 'description form-control', placeholder: t('.current_password')
    .form-group= form.text_field :new_password, value: '', class: 'description form-control', placeholder: t('.new_password')

    = form.submit class: 'btn btn-primary btn-sm'

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
my_forum-0.0.1.beta4 app/views/my_forum/users/edit.haml
my_forum-0.0.1.beta3 app/views/my_forum/users/edit.haml
my_forum-0.0.1.beta2 app/views/my_forum/users/edit.haml
my_forum-0.0.1.beta1 app/views/my_forum/users/edit.haml