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
8e70a539
Commit
8e70a539
authored
Apr 25, 2019
by
Victor Wu
Committed by
Clement Ho
Apr 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize `Related issues` in related issues block
parent
89b09875
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ee/app/assets/javascripts/related_issues/components/related_issues_block.vue
...cripts/related_issues/components/related_issues_block.vue
+2
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
ee/app/assets/javascripts/related_issues/components/related_issues_block.vue
View file @
8e70a539
<
script
>
import
{
__
}
from
'
~/locale
'
;
import
Sortable
from
'
sortablejs
'
;
import
tooltip
from
'
~/vue_shared/directives/tooltip
'
;
import
Icon
from
'
~/vue_shared/components/icon.vue
'
;
...
...
@@ -81,7 +82,7 @@ export default {
title
:
{
type
:
String
,
required
:
false
,
default
:
'
Related issues
'
,
default
:
__
(
'
Related issues
'
)
,
},
issuableType
:
{
type
:
String
,
...
...
locale/gitlab.pot
View file @
8e70a539
...
...
@@ -9665,6 +9665,9 @@ msgstr ""
msgid "Related Merged Requests"
msgstr ""
msgid "Related issues"
msgstr ""
msgid "Related merge requests"
msgstr ""
...
...
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