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
f64c5f20
Commit
f64c5f20
authored
Sep 01, 2020
by
Dheeraj Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve merge conflicts
parent
8d7e0081
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
ee/app/assets/javascripts/vulnerabilities/components/history_comment.vue
...avascripts/vulnerabilities/components/history_comment.vue
+0
-4
ee/app/assets/javascripts/vulnerabilities/components/history_comment_editor.vue
...pts/vulnerabilities/components/history_comment_editor.vue
+0
-9
No files found.
ee/app/assets/javascripts/vulnerabilities/components/history_comment.vue
View file @
f64c5f20
...
...
@@ -136,11 +136,7 @@ export default {
<history-comment-editor
v-if=
"isEditingComment"
class=
"discussion-reply-holder"
<<<<<<<
HEAD
:initial-comment=
"initialComment"
=======
:initial-comment=
"commentNote"
>
>>>>>> origin/master
:is-saving=
"isSavingComment"
@
onSave=
"saveComment"
@
onCancel=
"cancelEditingComment"
...
...
ee/app/assets/javascripts/vulnerabilities/components/history_comment_editor.vue
View file @
f64c5f20
<
script
>
<<<<<<<
HEAD
import
{
sanitize
}
from
'
dompurify
'
;
import
{
GlFormTextarea
,
GlButton
,
GlLoadingIcon
}
from
'
@gitlab/ui
'
;
=======
import
{
GlFormTextarea
,
GlButton
}
from
'
@gitlab/ui
'
;
>>>>>>>
origin
/
master
export
default
{
components
:
{
GlFormTextarea
,
GlButton
},
...
...
@@ -48,12 +44,7 @@ export default {
ref=
"saveButton"
variant=
"success"
:disabled=
"isSaveButtonDisabled"
<<<<<<<
HEAD
@
click=
"$emit('onSave', sanitizedComment)"
=======
:loading=
"isSaving"
@
click=
"$emit('onSave', trimmedComment)"
>
>>>>>> origin/master
>
{{
__
(
'
Save comment
'
)
}}
</gl-button>
...
...
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