Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
community
pount
pount-front
Commits
24ea9329
Commit
24ea9329
authored
Sep 28, 2021
by
Jean Rabreau
Browse files
🩹remove set editor label
parent
bc958233
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/views/sets/Set.vue
View file @
24ea9329
...
...
@@ -126,7 +126,6 @@ export default {
thumbnail
:
this
.
set
.
thumbnails
.
m
,
title
:
this
.
set
.
title
,
subtitles
:
[
`
${
this
.
$t
(
'
set.publisher
'
)}
:
${
this
.
set
.
publisher
}
`
,
{
label
:
this
.
$t
(
'
project.label
'
),
value
:
this
.
set
.
project
.
name
,
to
:
{
name
:
'
projectSets
'
,
params
:
{
projectId
:
this
.
set
.
project
.
id
}
}
},
this
.
visibility
,
],
...
...
src/views/sets/SetPublic.vue
View file @
24ea9329
...
...
@@ -133,8 +133,9 @@ export default {
thumbnail
:
this
.
currentSet
.
thumbnails
.
m
,
title
:
this
.
currentSet
.
title
,
subtitles
:
[
`
${
this
.
$t
(
'
set.publisher
'
)}
:
${
this
.
currentSet
.
publisher
}
`
,
...
this
.
embed
?
[]
:
[{
label
:
this
.
$t
(
'
project.label
'
),
value
:
this
.
currentSet
.
project
.
name
,
to
:
{
name
:
'
projectPublic
'
,
params
:
{
projectId
:
this
.
currentSet
.
project
.
id
}
}
}],
...
this
.
embed
?
[]
:
[{
label
:
this
.
$t
(
'
project.label
'
),
value
:
this
.
currentSet
.
project
.
name
,
to
:
{
name
:
'
projectPublic
'
,
params
:
{
projectId
:
this
.
currentSet
.
project
.
id
}
}
}],
],
description
:
this
.
currentSet
.
description
,
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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