Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fc16223c
Commit
fc16223c
authored
Aug 12, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show group ldap settings on admin/group page
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
005c421f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
app/views/admin/groups/show.html.haml
app/views/admin/groups/show.html.haml
+15
-4
No files found.
app/views/admin/groups/show.html.haml
View file @
fc16223c
...
...
@@ -31,6 +31,17 @@
%strong
=
@group
.
created_at
.
stamp
(
"March 1, 1999"
)
-
if
@group
.
ldap_cn
.
present?
%li
%span
.light
LDAP group cn:
%strong
=
@group
.
ldap_cn
%li
%span
.light
LDAP access level:
%strong
=
@group
.
human_ldap_access
.panel.panel-default
.panel-heading
%h3
.panel-title
...
...
@@ -50,11 +61,11 @@
=
paginate
@projects
,
param_name:
'projects_page'
,
theme:
'gitlab'
-
if
@group
.
shared_projects
.
any?
.
ui-box
.
title
.
panel.panel-default
.
panel-heading
Projects shared with
#{
@group
.
name
}
%s
mall
(
#{
@group
.
shared_projects
.
count
}
)
%s
pan
.badge
#{
@group
.
shared_projects
.
count
}
%ul
.well-list
-
@group
.
shared_projects
.
sort_by
(
&
:name
).
each
do
|
project
|
%li
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment