Sha256: 7a1c4f847be3355718574607909f803c68017544e7eeed96593e96931b262407

Contents?: true

Size: 756 Bytes

Versions: 3

Compression:

Stored size: 756 Bytes

Contents

%h1
  = t("Change My Password")

#complete_profile
  = form_for(@member, :url => member_password_reset_path, :method => :put) do |f|
    - if @member && @member.errors.any?
      #error.alert.alert-block.alert-error
        %ul
          - @member.errors.full_messages.each do |msg|
            %li
              = msg
    
    %fieldset.form_element
      = f.label :password
      = f.password_field :password, :class => "text_field"
      %p.help-block
        Password #{Rails.configuration.password_validation_message}
  
    %fieldset.form_element
      = f.label :password_confirmation
      = f.password_field :password_confirmation, :class => "text_field"
    
    %fieldset.form_element
      = f.submit t("reset_my_password"), :class => "button"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gluttonberg-core-3.0.2 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-3.0.1 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-3.0.0 app/views/gluttonberg/public/member_password_resets/edit.html.haml