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
01f7734f
Commit
01f7734f
authored
Dec 26, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix EE UI for new layout
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
fd1f54b8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
14 deletions
+8
-14
app/helpers/groups_helper.rb
app/helpers/groups_helper.rb
+2
-0
app/views/audit_events/group_log.html.haml
app/views/audit_events/group_log.html.haml
+3
-8
app/views/groups/ldap_group_links/index.html.haml
app/views/groups/ldap_group_links/index.html.haml
+3
-6
No files found.
app/helpers/groups_helper.rb
View file @
01f7734f
...
...
@@ -48,6 +48,8 @@ module GroupsHelper
def
group_settings_page?
if
current_controller?
(
'groups'
)
current_action?
(
'edit'
)
||
current_action?
(
'projects'
)
elsif
current_controller?
(
'ldap_group_links'
)
||
current_controller?
(
'audit_events'
)
true
else
false
end
...
...
app/views/audit_events/group_log.html.haml
View file @
01f7734f
.row
.col-md-2
=
render
'groups/settings_nav'
%h3
.page-title
Group Audit Events
%p
.light
Events in
#{
@group
.
name
}
.col-md-10
%h3
.page-title
Group Audit Events
%p
.light
Events in
#{
@group
.
name
}
=
render
'event_table'
,
events:
@events
=
render
'event_table'
,
events:
@events
app/views/groups/ldap_group_links/index.html.haml
View file @
01f7734f
.row
.col-md-2
=
render
'groups/settings_nav'
.col-md-10
%h3
.page-title
Linked LDAP groups
=
render
'ldap_group_links/form'
,
group:
@group
=
render
'ldap_group_links/ldap_group_links'
,
group:
@group
%h3
.page-title
Linked LDAP groups
=
render
'ldap_group_links/form'
,
group:
@group
=
render
'ldap_group_links/ldap_group_links'
,
group:
@group
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