Removes EE differences

This commit is contained in:
Filipa Lacerda 2019-07-05 13:51:35 +01:00
parent b23b76b7f4
commit 88a7e93caa
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: Removes EE differences for app/views/admin/users/show.html.haml
merge_request:
author:
type: other