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
Mathieu Loiseau
MagicWord
Commits
7cb78ec7
Commit
7cb78ec7
authored
May 21, 2019
by
Arnaud Bey
Browse files
fix unclosable modal
parent
e7623f0d
Changes
1
Show whitespace changes
Inline
Side-by-side
application/app/Resources/views/base.html.twig
View file @
7cb78ec7
...
...
@@ -9,9 +9,7 @@
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
/>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
/>
<meta
charset=
"UTF-8"
/>
<title>
{%
block
title
%}
MAGIC WORD
{%
endblock
%}
</title>
<title>
{%
block
title
%}
MAGIC WORD
{%
endblock
%}
</title>
<link
rel=
"stylesheet"
href=
"
{{
asset
(
'css/bootstrap.css'
)
}}
"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"
{{
asset
(
'css/main.css'
)
}}
"
type=
"text/css"
/>
{%
block
stylesheets
%}{%
endblock
%}
...
...
@@ -80,7 +78,7 @@
</div>
</div>
<div
class=
"modal"
tabindex=
"-1"
id=
"info-modal"
role=
"dialog"
data-backdrop=
"static"
data-keyboard=
false
>
<div
class=
"modal"
tabindex=
"-1"
id=
"info-modal"
role=
"dialog"
>
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-content"
>
<div
class=
"modal-body noselect"
>
...
...
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