Skip to content
Snippets Groups Projects
Commit 89f25ffa authored by Jan-Willem van der Meer's avatar Jan-Willem van der Meer
Browse files

Render correct layout, css fix empty state of ldap links

Fixes #157
parent 5238efd8
No related branches found
No related tags found
3 merge requests!8889WIP: Port of 25624-anticipate-obstacles-to-removing-turbolinks to EE.,!7795Asciidoctor plantuml,!7793Add support for PlantUML diagrams in Asciidoc.
Loading
Loading
@@ -2,6 +2,8 @@ class Groups::LdapGroupLinksController < ApplicationController
before_action :group
before_action :authorize_admin_group!
 
layout 'group'
def index
end
 
Loading
Loading
Loading
Loading
@@ -8,4 +8,5 @@
%ul.well-list
= render collection: group.ldap_group_links, partial: 'ldap_group_links/ldap_group_link', locals: { group: group }
- else
%p No linked LDAP groups
.panel-body
No linked LDAP groups
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment