summaryrefslogtreecommitdiff
path: root/app/views/admin
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-07-05 13:51:35 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-07-05 14:19:32 +0100
commit88a7e93caa958ae1b42f46ca1eae312e4338564d (patch)
tree3d32d8967dca8ff22ca32ae1dc9babd461905322 /app/views/admin
parentb23b76b7f448eecf7bf6d85004add174c0b34421 (diff)
downloadgitlab-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.haml2
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