Sha256: 73cf5d5baa8936f6b2fbf5d4110c0c9d344a31f7e2e4a2238b3d40cbfc2e2a58

Contents?: true

Size: 668 Bytes

Versions: 15

Compression:

Stored size: 668 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"
  
    %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

15 entries across 15 versions & 1 rubygems

Version Path
gluttonberg-core-2.6.4 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-2.6.3 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-2.6.2 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-2.6.1 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-2.6.0 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-2.5.9 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-2.5.8 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-2.5.7 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-2.5.6 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-2.5.5 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-2.5.4 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-2.5.3 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-2.5.2 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-2.5.1 app/views/gluttonberg/public/member_password_resets/edit.html.haml
gluttonberg-core-2.5 app/views/gluttonberg/public/member_password_resets/edit.html.haml