diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-07-05 13:51:35 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-07-05 14:19:32 +0100 |
commit | 88a7e93caa958ae1b42f46ca1eae312e4338564d (patch) | |
tree | 3d32d8967dca8ff22ca32ae1dc9babd461905322 /app/views/admin | |
parent | b23b76b7f448eecf7bf6d85004add174c0b34421 (diff) | |
download | gitlab-ce-88a7e93caa958ae1b42f46ca1eae312e4338564d.tar.gz |
Removes EE differences12533-shared-runners-warning
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/users/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/users/show.html.haml b/app/views/admin/users/show.html.haml index 5c6131db37d..a988f746ced 100644 --- a/app/views/admin/users/show.html.haml +++ b/app/views/admin/users/show.html.haml @@ -139,7 +139,7 @@ %strong = link_to @user.created_by.name, [:admin, @user.created_by] - = render_if_exists partial: "namespaces/shared_runner_status", locals: { namespace: @user.namespace } + = render_if_exists 'namespaces/shared_runner_status', namespace: @user.namespace .col-md-6 - unless @user == current_user |