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
b836bcf5
Commit
b836bcf5
authored
Mar 12, 2021
by
Fernando
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in variable name for link
* Fix typo
parent
21924c05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js
...cripts/vue_merge_request_widget/stores/mr_widget_store.js
+1
-1
No files found.
app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js
View file @
b836bcf5
...
...
@@ -241,7 +241,7 @@ export default class MergeRequestStore {
this
.
reviewingDocsPath
=
data
.
reviewing_and_managing_merge_requests_docs_path
;
this
.
ciEnvironmentsStatusPath
=
data
.
ci_environments_status_path
;
this
.
securityApprovalsHelpPagePath
=
data
.
security_approvals_help_page_path
;
this
.
licenseCompliaceDocsPath
=
data
.
license_compliance_docs_path
;
this
.
licenseComplia
n
ceDocsPath
=
data
.
license_compliance_docs_path
;
this
.
eligibleApproversDocsPath
=
data
.
eligible_approvers_docs_path
;
this
.
mergeImmediatelyDocsPath
=
data
.
merge_immediately_docs_path
;
this
.
approvalsHelpPath
=
data
.
approvals_help_path
;
...
...
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