Commit 3c63b03d authored by James Lopez's avatar James Lopez

fix member list

parent a3ac178a
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
%ul %ul
- @group.ldap_group_links.each do |ldap_group_link| - @group.ldap_group_links.each do |ldap_group_link|
%li %li
People in cn People in
%code= ldap_group_link.cn %code= ldap_group_link.cn ? "cn: #{ldap_group_link.cn}" : "filter: #{truncate(ldap_group_link.filter, length: 70)}"
are given are given
%code= ldap_group_link.human_access %code= ldap_group_link.human_access
access. access.
......
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