Commit 7ca8be36 authored by James Lopez's avatar James Lopez

fix filter length on admin screen

parent 1cfe2961
......@@ -68,7 +68,7 @@
- if @group.ldap_group_links.any?
- @group.ldap_group_links.each do |ldap_group_link|
%li
%strong= ldap_group_link.cn ? "Group: #{ldap_group_link.cn}" : "Filter: #{truncate(ldap_group_link.filter, length: 70)}"
%strong= ldap_group_link.cn ? "Group: #{ldap_group_link.cn}" : "Filter: #{truncate(ldap_group_link.filter, length: 40)}"
as
%strong= ldap_group_link.human_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