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
vimazeno
mobipaleo
Commits
66a7975f
Commit
66a7975f
authored
Dec 14, 2020
by
Vincent Mazenod
Browse files
add constraint mining array to card template
parent
796f2a68
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Controller/JobController.php
View file @
66a7975f
...
...
@@ -64,6 +64,7 @@ class JobController extends AbstractController
return
$this
->
render
(
'job/inc/card.html.twig'
,
[
'job'
=>
$job
,
'constraintMiningChoices'
=>
array_flip
(
ConstraintMining
::
$constraintMiningChoices
),
]);
}
...
...
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