Sha256: c13f506e7302342ffd626273b4470c120f963afa99ecd62908e7e0147316a5e1

Contents?: true

Size: 711 Bytes

Versions: 6

Compression:

Stored size: 711 Bytes

Contents

- page_title t('.page_title')



%div.col-xs-6
  - @user.errors.full_messages.each do |e|
    %div.alert.alert-danger= e

  = form_for(:user, url: user_path, method: :patch) do |f|
    %div.form-group
      = f.label :name
      = f.text_field :name, class: "form-control", disabled: true
    %div.form-group
      = f.label :current_password
      = f.password_field :current_password, class: "form-control"
    %div.form-group
      = f.label :password
      = f.password_field :password, class: "form-control"
    %div.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

6 entries across 6 versions & 1 rubygems

Version Path
fluentd-ui-0.2.0 app/views/users/show.html.haml
fluentd-ui-0.1.4 app/views/users/show.html.haml
fluentd-ui-0.1.3 app/views/users/show.html.haml
fluentd-ui-0.1.2 app/views/users/show.html.haml
fluentd-ui-0.1.1 app/views/users/show.html.haml
fluentd-ui-0.1.0 app/views/users/show.html.haml