Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Comptoir
Comptoir-srv
Commits
9aea81d5
Commit
9aea81d5
authored
Jun 17, 2020
by
Fabrice Gangler
🎨
Committed by
Matthieu FAURE
Jun 18, 2020
Browse files
FIX: remove duplicate HTML id
Refs:
#920
parent
62fe3044
Pipeline
#10102
passed with stage
in 5 minutes and 4 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/Template/Api/V1/Softwares/view.ctp
View file @
9aea81d5
...
...
@@ -156,7 +156,7 @@ $this->assign('title', __d("Softwares", "{0}", $software->softwarename));
],
"linkParticipate"
=>
[
"id"
=>
$software
->
id
,
"action"
=>
""
,
"action"
=>
"
addWorksWellWith
"
,
"text"
=>
__d
(
"Softwares"
,
"Add a software that works well with
{
0
}
."
,
$software
->
softwarename
),
"class"
=>
"btn btn-default inactive-button"
,
],
...
...
@@ -184,7 +184,7 @@ $this->assign('title', __d("Softwares", "{0}", $software->softwarename));
],
"linkParticipate"
=>
[
"id"
=>
$software
->
id
,
"action"
=>
""
,
"action"
=>
"
addAlternativeTo
"
,
"text"
=>
__d
(
"Softwares"
,
"Add a software that is an alternative to
{
0
}
."
,
$software
->
softwarename
),
"class"
=>
"btn btn-default inactive-button"
,
],
...
...
Write
Preview
Supports
Markdown
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