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
eb003572
Commit
eb003572
authored
Dec 10, 2019
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update help link in MR widget
parent
b4a4b133
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/views/projects/merge_requests/_widget.html.haml
app/views/projects/merge_requests/_widget.html.haml
+1
-1
No files found.
app/views/projects/merge_requests/_widget.html.haml
View file @
eb003572
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
window.gl.mrWidgetData =
#{
serialize_issuable
(
@merge_request
,
serializer:
'widget'
,
issues_links:
true
)
}
window.gl.mrWidgetData =
#{
serialize_issuable
(
@merge_request
,
serializer:
'widget'
,
issues_links:
true
)
}
window.gl.mrWidgetData.squash_before_merge_help_path = '
#{
help_page_path
(
"user/project/merge_requests/squash_and_merge"
)
}
';
window.gl.mrWidgetData.squash_before_merge_help_path = '
#{
help_page_path
(
"user/project/merge_requests/squash_and_merge"
)
}
';
window.gl.mrWidgetData.troubleshooting_docs_path = '
#{
help_page_path
(
'user/project/merge_requests/
index
.md'
,
anchor:
'troubleshooting'
)
}
';
window.gl.mrWidgetData.troubleshooting_docs_path = '
#{
help_page_path
(
'user/project/merge_requests/
reviewing_and_managing_merge_requests
.md'
,
anchor:
'troubleshooting'
)
}
';
window.gl.mrWidgetData.security_approvals_help_page_path = '
#{
help_page_path
(
'user/application_security/index.html'
,
anchor:
'security-approvals-in-merge-requests-ultimate'
)
}
';
window.gl.mrWidgetData.security_approvals_help_page_path = '
#{
help_page_path
(
'user/application_security/index.html'
,
anchor:
'security-approvals-in-merge-requests-ultimate'
)
}
';
window.gl.mrWidgetData.eligible_approvers_docs_path = '
#{
help_page_path
(
'user/project/merge_requests/merge_request_approvals'
,
anchor:
'eligible-approvers'
)
}
';
window.gl.mrWidgetData.eligible_approvers_docs_path = '
#{
help_page_path
(
'user/project/merge_requests/merge_request_approvals'
,
anchor:
'eligible-approvers'
)
}
';
...
...
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