Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
dada2b9408d6
Commit
03534bb2
authored
Apr 25, 2017
by
Kushal Pandya
Committed by
Alfredo Sumaran
Apr 25, 2017
Browse files
Add sub-nav for Project Integration Services edit page
parent
b6406b6a0b84
Changes
4
Hide whitespace changes
Inline
Side-by-side
app/views/layouts/nav/_project.html.haml
View file @
dada2b94
...
...
@@ -56,7 +56,7 @@
Snippets
-
if
project_nav_tab?
:settings
=
nav_link
(
path:
%w[projects#edit members#show integrations#show 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]
)
do
=
link_to
edit_project_path
(
@project
),
title:
'Settings'
,
class:
'shortcuts-tree'
do
%span
Settings
...
...
app/views/projects/services/edit.html.haml
View file @
dada2b94
-
page_title
@service
.
title
,
"Services"
=
render
"projects/settings/head"
=
render
'form'
app/views/projects/settings/_head.html.haml
View file @
dada2b94
...
...
@@ -14,7 +14,7 @@
%span
Members
-
if
can_edit
=
nav_link
(
controller: :integrations
)
do
=
nav_link
(
controller:
[
:integrations
,
:services
]
)
do
=
link_to
project_settings_integrations_path
(
@project
),
title:
'Integrations'
do
%span
Integrations
...
...
changelogs/unreleased/31174-project-integration-service-sub-nav.yml
0 → 100644
View file @
dada2b94
---
title
:
Add sub-nav for Project Integration Services edit page
merge_request
:
10813
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