gitlab-org--gitlab-foss/app/views/profiles/accounts
James Edwards-Jones 84352177d4 Replace @user with current_user on Account page
Previously we used @user, but this changed to local_assigns[:user]
so we could pass a second variable to the view from an EE module

Since we were already using current_user librally there it makes sense
to replace the remaining usages.

See: https://docs.gitlab.com/ee/development/module_with_instance_variables.html
2018-12-04 15:14:34 +00:00
..
show.html.haml Replace @user with current_user on Account page 2018-12-04 15:14:34 +00:00