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
e6c9ee77
Commit
e6c9ee77
authored
Feb 11, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve group edit page
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
903726c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
app/views/groups/edit.html.haml
app/views/groups/edit.html.haml
+5
-3
No files found.
app/views/groups/edit.html.haml
View file @
e6c9ee77
...
...
@@ -10,7 +10,9 @@
%i
.icon-folder-close
Projects
%li
=
link_to
'LDAP'
,
'#tab-ldap'
,
'data-toggle'
=>
'tab'
=
link_to
'#tab-ldap'
,
'data-toggle'
=>
'tab'
do
%i
.icon-book
LDAP
%li
=
link_to
'#tab-remove'
,
'data-toggle'
=>
'tab'
do
%i
.icon-remove-sign
...
...
@@ -88,7 +90,7 @@
.ui-box
.title
LDAP group settings
%div
.form-holder
=
form_for
@group
do
|
f
|
=
form_for
@group
,
html:
{
class:
'form-horizontal'
}
do
|
f
|
.form-group.clearfix
=
f
.
label
:ldap_cn
,
class:
'control-label'
do
LDAP Group cn
...
...
@@ -110,7 +112,7 @@
You can manage permission levels for individual group members in the Members tab.
.form-actions
=
f
.
submit
'Save
group
'
,
class:
"btn btn-save"
=
f
.
submit
'Save
LDAP settings
'
,
class:
"btn btn-save"
.tab-pane
#tab-remove
.ui-box.ui-box-danger
...
...
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