mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
7 lines
186 B
Plaintext
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")
|