Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
community
pount
pount-front
Commits
ca984f67
Commit
ca984f67
authored
Oct 05, 2021
by
Jean Rabreau
Browse files
🐛
manager names on search page
parent
fac423b0
Pipeline
#61670
passed with stages
in 3 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/views/Search.vue
View file @
ca984f67
...
...
@@ -182,7 +182,7 @@ export default {
subtitles
:
function
()
{
let
subtitles
;
if
(
mode
===
'
project
'
)
{
const
names
=
result
.
managers
.
map
(
m
=>
m
.
name
).
join
(
'
,
'
);
const
names
=
result
.
managers
.
join
(
'
,
'
);
const
label
=
that
.
$tc
(
'
project.managers
'
,
result
.
managers
.
length
)
subtitles
=
[
that
.
$t
(
'
project.subtitles.managers
'
,
{
names
,
label
}),
...
...
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