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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
b52f45a0
Commit
b52f45a0
authored
Mar 27, 2017
by
Kushal Pandya
Committed by
Alfredo Sumaran
Mar 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix sub-nav highlighting for `Environments` and `Jobs` pages
parent
a6762595
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
app/views/projects/pipelines/_head.html.haml
app/views/projects/pipelines/_head.html.haml
+2
-2
changelogs/unreleased/30112-fix-pipelines-sub-nav-highlight.yml
...logs/unreleased/30112-fix-pipelines-sub-nav-highlight.yml
+4
-0
No files found.
app/views/projects/pipelines/_head.html.haml
View file @
b52f45a0
...
...
@@ -10,13 +10,13 @@
Pipelines
-
if
project_nav_tab?
:builds
=
nav_link
(
path:
'builds#index'
,
controller: :builds
)
do
=
nav_link
(
controller: :builds
)
do
=
link_to
project_builds_path
(
@project
),
title:
'Jobs'
,
class:
'shortcuts-builds'
do
%span
Jobs
-
if
project_nav_tab?
:environments
=
nav_link
(
path:
'environments#index'
,
controller: :environments
)
do
=
nav_link
(
controller: :environments
)
do
=
link_to
project_environments_path
(
@project
),
title:
'Environments'
,
class:
'shortcuts-environments'
do
%span
Environments
...
...
changelogs/unreleased/30112-fix-pipelines-sub-nav-highlight.yml
0 → 100644
View file @
b52f45a0
---
title
:
Fix sub-nav highlighting for `Environments` and `Jobs` pages
merge_request
:
10254
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