Sha256: 26a99d3d276c4efd69f0901570ab0301e0ef4cdcba1a550631cd87cf640cca90

Contents?: true

Size: 756 Bytes

Versions: 9

Compression:

Stored size: 756 Bytes

Contents

- page_title t('.page_title')



.col-xl-6.col-sm-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

9 entries across 9 versions & 1 rubygems

Version Path
fluentd-ui-1.2.1 app/views/users/show.html.haml
fluentd-ui-1.2.0 app/views/users/show.html.haml
fluentd-ui-1.1.0 app/views/users/show.html.haml
fluentd-ui-1.0.1 app/views/users/show.html.haml
fluentd-ui-1.0.0 app/views/users/show.html.haml
fluentd-ui-1.0.0.beta.1 app/views/users/show.html.haml
fluentd-ui-1.0.0.alpha.3 app/views/users/show.html.haml
fluentd-ui-1.0.0.alpha.2 app/views/users/show.html.haml
fluentd-ui-1.0.0.alpha.1 app/views/users/show.html.haml