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
db8d434c
Commit
db8d434c
authored
Jun 18, 2019
by
sarahghp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add closing tag instead of self-close
parent
23994d21
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
ee/app/assets/javascripts/vue_merge_request_widget/components/visual_review_app_link.vue
...erge_request_widget/components/visual_review_app_link.vue
+3
-2
No files found.
ee/app/assets/javascripts/vue_merge_request_widget/components/visual_review_app_link.vue
View file @
db8d434c
...
@@ -34,6 +34,7 @@ export default {
...
@@ -34,6 +34,7 @@ export default {
},
},
computed
:
{
computed
:
{
copyString
()
{
copyString
()
{
/* eslint-disable no-useless-escape */
return
{
return
{
script
:
`<script defer
script
:
`<script defer
data-project-id='
${
this
.
appMetadata
.
sourceProjectId
}
'
data-project-id='
${
this
.
appMetadata
.
sourceProjectId
}
'
...
@@ -41,9 +42,9 @@ export default {
...
@@ -41,9 +42,9 @@ export default {
data-merge-request-id='
${
this
.
appMetadata
.
mergeRequestId
}
'
data-merge-request-id='
${
this
.
appMetadata
.
mergeRequestId
}
'
data-mr-url='
${
this
.
appMetadata
.
appUrl
}
'
data-mr-url='
${
this
.
appMetadata
.
appUrl
}
'
id='review-app-toolbar-script'
id='review-app-toolbar-script'
src='https://gitlab.com/assets/webpack/visual_review_toolbar.js'
src='https://gitlab.com/assets/webpack/visual_review_toolbar.js'><\/script>`
,
/>`
,
};
};
/* eslint-enable no-useless-escape */
},
},
instructionText
()
{
instructionText
()
{
return
{
return
{
...
...
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