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
6a77d412
Commit
6a77d412
authored
Jul 25, 2017
by
winh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add subnav to projet audit events
parent
d42d0e8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
app/views/layouts/nav/_project.html.haml
app/views/layouts/nav/_project.html.haml
+1
-1
app/views/projects/audit_events/index.html.haml
app/views/projects/audit_events/index.html.haml
+3
-0
No files found.
app/views/layouts/nav/_project.html.haml
View file @
6a77d412
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
Members
Members
-
if
project_nav_tab?
:settings
-
if
project_nav_tab?
:settings
=
nav_link
(
path:
%w[projects#edit members#show integrations#show services#edit repository#show ci_cd#show pages#show]
)
do
=
nav_link
(
path:
%w[projects#edit members#show integrations#show services#edit repository#show ci_cd#show pages#show
audit_events#index
]
)
do
=
link_to
edit_project_path
(
@project
),
title:
'Settings'
,
class:
'shortcuts-tree'
do
=
link_to
edit_project_path
(
@project
),
title:
'Settings'
,
class:
'shortcuts-tree'
do
%span
%span
Settings
Settings
...
...
app/views/projects/audit_events/index.html.haml
View file @
6a77d412
-
page_title
"Audit Events"
-
page_title
"Audit Events"
=
render
"projects/settings/head"
%h3
.page-title
Project Audit Events
%h3
.page-title
Project Audit Events
%p
.light
Events in
#{
@project
.
path_with_namespace
}
%p
.light
Events in
#{
@project
.
path_with_namespace
}
...
...
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