Commit ce6c46e2 authored by Marin Jankovski's avatar Marin Jankovski

Add short explanation on what to expect when doing group sync.

parent 64434261
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
.pull-right .pull-right
- if ldap_enabled? && @group.ldap_cn.present? - if ldap_enabled? && @group.ldap_cn.present?
= link_to reset_access_group_ldap_path(@group), class: 'btn btn-grouped', data: { confirm: "Reset the access level of all other LDAP group team members to '#{@group.human_ldap_access}'?" }, method: :put do = link_to reset_access_group_ldap_path(@group), class: 'btn btn-grouped', data: { confirm: "Reset the access level of all other LDAP group team members to '#{@group.human_ldap_access}'?" }, method: :put do
Reset access Reset access to #{@group.human_ldap_access}
= link_to '#', class: 'btn btn-new js-toggle-button' do = link_to '#', class: 'btn btn-new js-toggle-button' do
Add members Add members
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
%code #{@group.ldap_cn} %code #{@group.ldap_cn}
\. They are given \. They are given
%code #{@group.human_ldap_access} %code #{@group.human_ldap_access}
access. access. Depending on LDAP group size it can take time for LDAP user to get shown on the page.
.panel.panel-default.prepend-top-20 .panel.panel-default.prepend-top-20
.panel-heading .panel-heading
......
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