Commit 471e183f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Better ldap info sentence

parent ced5d517
...@@ -30,11 +30,12 @@ ...@@ -30,11 +30,12 @@
- if ldap_enabled? && @group.ldap_cn.present? - if ldap_enabled? && @group.ldap_cn.present?
.bs-callout.bs-callout-info .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} %code #{@group.ldap_cn}
and give them access level \. They are given
%code #{@group.human_ldap_access} %code #{@group.human_ldap_access}
access.
.panel.panel-default.prepend-top-20 .panel.panel-default.prepend-top-20
.panel-heading .panel-heading
%strong #{@group.name} %strong #{@group.name}
......
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