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
3299caa8
Commit
3299caa8
authored
Nov 10, 2021
by
pedroms
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix help links for merge request approvals
parent
7844282c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/projects/merge_requests/_widget.html.haml
app/views/projects/merge_requests/_widget.html.haml
+2
-2
doc/user/project/merge_requests/approvals/index.md
doc/user/project/merge_requests/approvals/index.md
+1
-1
No files found.
app/views/projects/merge_requests/_widget.html.haml
View file @
3299caa8
...
...
@@ -14,8 +14,8 @@
window.gl.mrWidgetData.pipeline_must_succeed_docs_path = '
#{
help_page_path
(
'user/project/merge_requests/merge_when_pipeline_succeeds.md'
,
anchor:
'only-allow-merge-requests-to-be-merged-if-the-pipeline-succeeds'
)
}
';
window.gl.mrWidgetData.security_approvals_help_page_path = '
#{
help_page_path
(
'user/application_security/index.md'
,
anchor:
'security-approvals-in-merge-requests'
)
}
';
window.gl.mrWidgetData.license_compliance_docs_path = '
#{
help_page_path
(
'user/compliance/license_compliance/index.md'
,
anchor:
'policies'
)
}
';
window.gl.mrWidgetData.eligible_approvers_docs_path = '
#{
help_page_path
(
'user/project/merge_requests/
merge_request_approvals
'
,
anchor:
'eligible-approvers'
)
}
';
window.gl.mrWidgetData.approvals_help_path = '
#{
help_page_path
(
"user/project/merge_requests/
merge_request_approvals
"
)
}
';
window.gl.mrWidgetData.eligible_approvers_docs_path = '
#{
help_page_path
(
'user/project/merge_requests/
approvals/rules.md
'
,
anchor:
'eligible-approvers'
)
}
';
window.gl.mrWidgetData.approvals_help_path = '
#{
help_page_path
(
"user/project/merge_requests/
approvals/index.md
"
)
}
';
window.gl.mrWidgetData.pipelines_empty_svg_path = '
#{
image_path
(
'illustrations/pipelines_empty.svg'
)
}
';
window.gl.mrWidgetData.codequality_help_path = '
#{
help_page_path
(
"user/project/merge_requests/code_quality"
,
anchor:
"code-quality-reports"
)
}
';
window.gl.mrWidgetData.false_positive_doc_url = '
#{
help_page_path
(
'user/application_security/vulnerabilities/index'
)
}
';
...
...
doc/user/project/merge_requests/approvals/index.md
View file @
3299caa8
...
...
@@ -3,7 +3,7 @@ stage: Create
group
:
Source Code
info
:
"
To
determine
the
technical
writer
assigned
to
the
Stage/Group
associated
with
this
page,
see
https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments"
type
:
reference, concepts
disqus_identifier
:
'
https://docs.gitlab.com/ee/user/project/merge_requests/
merge_request_approvals
.html'
disqus_identifier
:
'
https://docs.gitlab.com/ee/user/project/merge_requests/
approvals/index
.html'
---
# Merge request approvals **(FREE)**
...
...
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