debian-mirror-gitlab/app/views/profiles/update_username.js.haml
2016-09-29 09:46:39 +05:30

7 lines
187 B
Text

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