From 471e183f8aefbbcf9f83386217030f6775bbc134 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 12 Aug 2014 08:02:20 +0000 Subject: [PATCH] Better ldap info sentence --- app/views/groups/members.html.haml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/views/groups/members.html.haml b/app/views/groups/members.html.haml index b09d600c6d..d00397c26a 100644 --- a/app/views/groups/members.html.haml +++ b/app/views/groups/members.html.haml @@ -30,11 +30,12 @@ - if ldap_enabled? && @group.ldap_cn.present? .bs-callout.bs-callout-info - This group sync members from LDAP group with cn + The members of this group are synced with the LDAP group with cn %code #{@group.ldap_cn} - and give them access level + \. They are given %code #{@group.human_ldap_access} - + access. + .panel.panel-default.prepend-top-20 .panel-heading %strong #{@group.name}