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
772e5603
Commit
772e5603
authored
Aug 14, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken spinach test
parent
6bf781e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/javascripts/notes/components/issue_comment_form.vue
...ssets/javascripts/notes/components/issue_comment_form.vue
+1
-1
app/assets/javascripts/notes/components/issue_note_form.vue
app/assets/javascripts/notes/components/issue_note_form.vue
+2
-2
No files found.
app/assets/javascripts/notes/components/issue_comment_form.vue
View file @
772e5603
...
...
@@ -229,7 +229,7 @@
<form
ref=
"commentForm"
class=
"new-note js-quick-submit common-note-form gfm-form js-main-target-form"
>
<div
class=
"flash-container timeline-content"
></div>
<div
class=
"flash-container
error-alert
timeline-content"
></div>
<confidentialIssue
v-if=
"isConfidentialIssue"
/>
<markdown-field
:markdown-preview-url=
"markdownPreviewUrl"
...
...
app/assets/javascripts/notes/components/issue_note_form.vue
View file @
772e5603
...
...
@@ -121,7 +121,7 @@
</div>
<div
class=
"flash-container timeline-content"
></div>
<form
class=
"edit-note common-note-form"
>
class=
"edit-note common-note-form
js-quick-submit gfm-form
"
>
<confidentialIssue
v-if=
"isConfidentialIssue"
/>
<markdown-field
:markdown-preview-url=
"markdownPreviewUrl"
...
...
@@ -145,7 +145,7 @@
</markdown-field>
<div
class=
"note-form-actions clearfix"
>
<button
type=
"
submit
"
type=
"
button
"
@
click=
"handleUpdate()"
:disabled=
"isDisabled"
class=
"js-vue-issue-save btn btn-save"
>
...
...
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