D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
fluentd-ui-0.4.4
/
app
/
views
/
users
/
Filename :
show.html.haml
back
Copy
- 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"