Sha256: 5a02e858f8ee80cbec45f07dd9e32b03ea82eb3a5ceddbafca3c6c4d0fd809e6

Contents?: true

Size: 466 Bytes

Versions: 13

Compression:

Stored size: 466 Bytes

Contents

= form_for @user do |f|
  - if @user.errors.any?
    #errorExplanation
      %h3= "#{pluralize(@user.errors.count, "error")} prohibited this parent from being saved:"
      %ul
        - @user.errors.full_messages.each do |msg|
          %li= msg
  .field
    = f.label :current_password, "Current Password"
    = f.password_field :current_password
  .field
    = f.label :password, "New Password"
    = f.password_field :password
  .actions
    = f.submit "Update"

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
concen-0.2.4 app/views/concen/users/_settings.html.haml
concen-0.2.3 app/views/concen/users/_settings.html.haml
concen-0.2.2 app/views/concen/users/_settings.html.haml
concen-0.2.1 app/views/concen/users/_settings.html.haml
concen-0.2.0 app/views/concen/users/_settings.html.haml
concen-0.1.7 app/views/concen/users/_settings.html.haml
concen-0.1.6 app/views/concen/users/_settings.html.haml
concen-0.1.5 app/views/concen/users/_settings.html.haml
concen-0.1.4 app/views/concen/users/_settings.html.haml
concen-0.1.3 app/views/concen/users/_settings.html.haml
concen-0.1.2 app/views/concen/users/_settings.html.haml
concen-0.1.1 app/views/concen/users/_settings.html.haml
concen-0.1 app/views/concen/users/_settings.html.haml