Commit 37deb5d0 authored by Phil Hughes's avatar Phil Hughes

Merge branch '12533-shared-runners-warning' into 'master'

Removes EE differences for app/views/admin/users/show.html.haml

Closes gitlab-ee#12533

See merge request gitlab-org/gitlab-ce!30407
parents 008aa6af 88a7e93c
......@@ -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
......
---
title: Removes EE differences for app/views/admin/users/show.html.haml
merge_request:
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment