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
Mathieu Loiseau
MagicWord
Commits
376e6cf8
Commit
376e6cf8
authored
Jun 19, 2019
by
Arnaud Bey
Browse files
fix massive link display
parent
7da0b123
Changes
1
Hide whitespace changes
Inline
Side-by-side
application/src/MagicWordBundle/Resources/views/Game/Massive/my-published-list.html.twig
View file @
376e6cf8
...
...
@@ -26,8 +26,8 @@
</span>
<span
class=
"label label-default"
>
{{
massive.accessType.name
|
trans
}}
<a
class=
"btn btn-outline-secondary btn-sm"
data-html=
"true"
data-trigger=
"click"
data-toggle=
"
popover
"
data-container=
"body"
data-placement=
"left"
title=
"Lien partie"
data-content=
"<input type='text' value='
{{
app.request.scheme
~
'://'
~
app.request.httpHost
~
path
(
'massive_play'
,
{
"
code
"
:
massive.code
}
)
}}
'/>
"
>
<a
class=
"btn btn-outline-secondary btn-sm"
data-html=
"true"
data-toggle=
'
popover
'
data-placement=
"left"
title=
"Lien partie"
data-content=
"
{{
app.request.scheme
~
'://'
~
app.request.httpHost
~
path
(
'massive_play'
,
{
'
code
'
:
massive.code
}
)
}}
"
>
<i
class=
"fa fa-link"
aria-hidden=
"true"
></i>
</a>
</span>
...
...
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