Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-26 21:08:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-26 21:08:59 +0300
commit5f825c2edec69e9a23e100c949c6c40e88ae5235 (patch)
treedc510f698f6885ae3656da30eb4c4e5ab4f5dd58 /app/assets/javascripts/work_items
parentc46e0d0c271a21b67a3412faf750d27dd63432bb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/work_items')
-rw-r--r--app/assets/javascripts/work_items/components/work_item_description.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/javascripts/work_items/components/work_item_description.vue b/app/assets/javascripts/work_items/components/work_item_description.vue
index 7e062776f98..58bf524f450 100644
--- a/app/assets/javascripts/work_items/components/work_item_description.vue
+++ b/app/assets/javascripts/work_items/components/work_item_description.vue
@@ -36,8 +36,7 @@ export default {
required: true,
},
},
- markdownDocsPath: helpPagePath('user/project/quick_actions'),
- quickActionsDocsPath: helpPagePath('user/project/quick_actions'),
+ markdownDocsPath: helpPagePath('user/markdown'),
data() {
return {
workItem: {},