BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
b8957b0d
Commit
b8957b0d
authored
Jul 29, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci skip] Adds quick actions link to input in discussion
parent
9daae8cc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
issue_comment_form.vue
...ssets/javascripts/notes/components/issue_comment_form.vue
+1
-1
issue_note_form.vue
app/assets/javascripts/notes/components/issue_note_form.vue
+3
-1
zen.scss
app/assets/stylesheets/framework/zen.scss
+1
-1
No files found.
app/assets/javascripts/notes/components/issue_comment_form.vue
View file @
b8957b0d
...
@@ -181,7 +181,7 @@
...
@@ -181,7 +181,7 @@
<textarea
<textarea
id=
"note-body"
id=
"note-body"
name=
"note[note]"
name=
"note[note]"
class=
"note-textarea js-gfm-input
js-autosize markdown-area js-note-text
"
class=
"note-textarea js-gfm-input
markdown-area
"
data-supports-slash-commands=
"true"
data-supports-slash-commands=
"true"
data-supports-quick-actions=
"true"
data-supports-quick-actions=
"true"
aria-label=
"Description"
aria-label=
"Description"
...
...
app/assets/javascripts/notes/components/issue_note_form.vue
View file @
b8957b0d
...
@@ -32,6 +32,7 @@
...
@@ -32,6 +32,7 @@
note
:
this
.
noteBody
,
note
:
this
.
noteBody
,
markdownPreviewUrl
:
getIssueData
.
preview_note_path
,
markdownPreviewUrl
:
getIssueData
.
preview_note_path
,
markdownDocsUrl
:
getNotesData
.
markdownDocs
,
markdownDocsUrl
:
getNotesData
.
markdownDocs
,
quickActionsDocsUrl
:
getNotesData
.
quickActionsDocs
,
conflictWhileEditing
:
false
,
conflictWhileEditing
:
false
,
};
};
},
},
...
@@ -98,7 +99,8 @@
...
@@ -98,7 +99,8 @@
<markdown-field
<markdown-field
:markdown-preview-url=
"markdownPreviewUrl"
:markdown-preview-url=
"markdownPreviewUrl"
:markdown-docs=
"markdownDocsUrl"
:markdown-docs=
"markdownDocsUrl"
:addSpacingClasses=
"false"
>
:quick-actions-docs=
"quickActionsDocsUrl"
:add-spacing-classes=
"false"
>
<textarea
<textarea
id=
"note-body"
id=
"note-body"
name=
"note[note]"
name=
"note[note]"
...
...
app/assets/stylesheets/framework/zen.scss
View file @
b8957b0d
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
display
:
block
;
display
:
block
;
outline
:
none
;
outline
:
none
;
resize
:
none
;
resize
:
none
;
height
:
100vh
!
important
;
// reason being: https://github.com/vuejs/vue/issues/6246
height
:
100vh
;
max-height
:
calc
(
100vh
-
10px
);
max-height
:
calc
(
100vh
-
10px
);
max-width
:
900px
;
max-width
:
900px
;
margin
:
0
auto
10px
;
margin
:
0
auto
10px
;
...
...
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