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
45eb8289
Commit
45eb8289
authored
Apr 20, 2017
by
Kushal Pandya
Committed by
Alfredo Sumaran
Apr 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Highlight Contribution Analytics tab under groups when active, remove sub-nav items
parent
6b8a2bb7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
app/views/groups/analytics/show.html.haml
app/views/groups/analytics/show.html.haml
+0
-1
app/views/layouts/nav/_group.html.haml
app/views/layouts/nav/_group.html.haml
+1
-1
changelogs/unreleased-ee/2204-contrib-analytics-highlight-sub-nav.yml
...nreleased-ee/2204-contrib-analytics-highlight-sub-nav.yml
+5
-0
No files found.
app/views/groups/analytics/show.html.haml
View file @
45eb8289
-
page_title
"Contribution Analytics"
-
header_title
group_title
(
@group
,
"Contribution Analytics"
,
group_analytics_path
(
@group
))
=
render
"groups/settings_head"
-
content_for
:page_specific_javascripts
do
=
page_specific_javascript_bundle_tag
(
'common_d3'
)
=
page_specific_javascript_bundle_tag
(
'graphs'
)
...
...
app/views/layouts/nav/_group.html.haml
View file @
45eb8289
...
...
@@ -24,7 +24,7 @@
=
link_to
group_group_members_path
(
@group
),
title:
'Members'
do
%span
Members
=
nav_link
(
controller:
[
:stats
]
)
do
=
nav_link
(
path:
'analytics#show'
)
do
=
link_to
group_analytics_path
(
@group
),
title:
'Contribution Analytics'
,
data:
{
placement:
'right'
}
do
%span
Contribution Analytics
...
...
changelogs/unreleased-ee/2204-contrib-analytics-highlight-sub-nav.yml
0 → 100644
View file @
45eb8289
---
title
:
Highlight Contribution Analytics tab under groups when active, remove sub-nav
items.
merge_request
:
1677
author
:
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