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
a059de34
Commit
a059de34
authored
Jan 13, 2021
by
Tom Quirk
Committed by
Mark Florian
Jan 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use helpPagePath in design reply form
parent
7ef23713
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
app/assets/javascripts/design_management/components/design_notes/design_reply_form.vue
..._management/components/design_notes/design_reply_form.vue
+5
-1
No files found.
app/assets/javascripts/design_management/components/design_notes/design_reply_form.vue
View file @
a059de34
...
...
@@ -2,6 +2,7 @@
import
{
GlButton
,
GlModal
}
from
'
@gitlab/ui
'
;
import
MarkdownField
from
'
~/vue_shared/components/markdown/field.vue
'
;
import
{
s__
}
from
'
~/locale
'
;
import
{
helpPagePath
}
from
'
~/lib/utils/help_page_utility
'
;
export
default
{
name
:
'
DesignReplyForm
'
,
...
...
@@ -79,6 +80,9 @@ export default {
this
.
$refs
.
textarea
.
focus
();
},
},
helpLinks
:
{
markdownDocsPath
:
helpPagePath
(
'
user/markdown
'
),
},
};
</
script
>
...
...
@@ -89,7 +93,7 @@ export default {
:can-attach-file=
"false"
:enable-autocomplete=
"true"
:textarea-value=
"value"
markdown-docs-path=
"/help/user/markdown
"
:markdown-docs-path=
"$options.helpLinks.markdownDocsPath
"
class=
"bordered-box"
>
<template
#textarea
>
...
...
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