gitlab-org--gitlab-foss/app/views/profiles/update_username.js.haml

7 lines
186 B
Plaintext

- if @user.valid?
:plain
new Flash("Username sucessfully changed", "notice")
- else
:plain
new Flash("Username change failed - #{@user.errors.full_messages.first}", "alert")