Commit 75b91ad7 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch 'app/views/devise/passwords/edit.html.haml' into 'master'

Fix HAML in devise/passwords/edit.html.haml

See merge request gitlab-org/gitlab!58549
parents 6bb66491 9671f027
= render 'devise/shared/tab_single', tab_title:'Change your password'
= render 'devise/shared/tab_single', tab_title: 'Change your password'
.login-box
.login-body
= form_for(resource, as: resource_name, url: password_path(:user), html: { method: :put, class: 'gl-show-field-errors' }) do |f|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment