Commit f139ce9d authored by Sean McGivern's avatar Sean McGivern

Merge branch 'tpresa-using-license-seat' into 'master'

Show if a user is using a license seat

See merge request gitlab-org/gitlab-ce!28790
parents 12b9255e 4f14ec1d
...@@ -124,6 +124,8 @@ ...@@ -124,6 +124,8 @@
%strong %strong
= Gitlab::Access.human_access_with_none(@user.highest_role) = Gitlab::Access.human_access_with_none(@user.highest_role)
= render_if_exists 'admin/users/using_license_seat', user: @user
- if @user.ldap_user? - if @user.ldap_user?
%li %li
%span.light LDAP uid: %span.light LDAP uid:
......
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