gitlabhq/gitlabhq

View on GitHub
app/views/profiles/update_username.js.haml

Summary

Maintainability
Test Coverage
- if @user.valid?
  :plain
    $('.update-username .update-success').show();
- else
  :plain
    $('.update-username .update-failed').show();