Sha256: 858699af598f2f727df68acae5ce91029d5083f5b29785de8426ecff496b5fcd

Contents?: true

Size: 747 Bytes

Versions: 27

Compression:

Stored size: 747 Bytes

Contents

- page_title t('.page_title')



.col-xs-6
  - if notice
    .alert.alert-success= notice
  - else
    - @user.errors.full_messages.each do |e|
      .alert.alert-danger= e

  = form_for(:user, url: user_path, method: :patch) do |f|
    .form-group
      = f.label :name
      = f.text_field :name, class: "form-control", disabled: true
    .form-group
      = f.label :current_password
      = f.password_field :current_password, class: "form-control"
    .form-group
      = f.label :password
      = f.password_field :password, class: "form-control"
    .form-group
      = f.label :password_confirmation
      = f.password_field :password_confirmation, class: "form-control"
    = f.submit t("terms.update_password"), class: "btn btn-primary"

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
fluentd-ui-0.4.5 app/views/users/show.html.haml
fluentd-ui-0.4.4 app/views/users/show.html.haml
fluentd-ui-0.4.3 app/views/users/show.html.haml
fluentd-ui-0.4.2 app/views/users/show.html.haml
fluentd-ui-0.4.1 app/views/users/show.html.haml
fluentd-ui-0.4.0 app/views/users/show.html.haml
fluentd-ui-0.3.21 app/views/users/show.html.haml
fluentd-ui-0.3.20 app/views/users/show.html.haml
fluentd-ui-0.3.19 app/views/users/show.html.haml
fluentd-ui-0.3.18 app/views/users/show.html.haml
fluentd-ui-0.3.17 app/views/users/show.html.haml
fluentd-ui-0.3.16 app/views/users/show.html.haml
fluentd-ui-0.3.15 app/views/users/show.html.haml
fluentd-ui-0.3.14 app/views/users/show.html.haml
fluentd-ui-0.3.13 app/views/users/show.html.haml
fluentd-ui-0.3.12 app/views/users/show.html.haml
fluentd-ui-0.3.11 app/views/users/show.html.haml
fluentd-ui-0.3.10 app/views/users/show.html.haml
fluentd-ui-0.3.9 app/views/users/show.html.haml
fluentd-ui-0.3.8 app/views/users/show.html.haml