7 lines
186 B
Text
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")
|