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
6cfdc610
Commit
6cfdc610
authored
Apr 13, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pipeline quota link
parent
97aa4542
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
app/views/groups/_settings_head.html.haml
app/views/groups/_settings_head.html.haml
+1
-1
changelogs/unreleased-ee/2158-pipeline-quota-link.yml
changelogs/unreleased-ee/2158-pipeline-quota-link.yml
+4
-0
No files found.
app/views/groups/_settings_head.html.haml
View file @
6cfdc610
...
...
@@ -31,6 +31,6 @@
-
if
@group
.
shared_runners_enabled?
&&
@group
.
shared_runners_minutes_limit_enabled?
=
nav_link
(
path:
'pipeline_quota#index'
)
do
=
link_to
group_
audit_events
_path
(
@group
),
title:
'Pipelines quota'
do
=
link_to
group_
pipeline_quota
_path
(
@group
),
title:
'Pipelines quota'
do
%span
Pipelines quota
changelogs/unreleased-ee/2158-pipeline-quota-link.yml
0 → 100644
View file @
6cfdc610
---
title
:
Fixes broken link to pipeline quota
merge_request
:
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