debian-mirror-gitlab/app/views/profiles/update_username.js.haml
2014-09-02 14:37:02 +02:00

7 lines
186 B
Text

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