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
93b2f9cc
Commit
93b2f9cc
authored
May 29, 2019
by
Arnaud Bey
Browse files
fix btn display on small screen
parent
e6a95b86
Changes
1
Hide whitespace changes
Inline
Side-by-side
application/app/Resources/views/base.html.twig
View file @
93b2f9cc
...
@@ -29,7 +29,8 @@
...
@@ -29,7 +29,8 @@
</a>
</a>
{%
if
is_granted
(
'ROLE_ADMIN'
)
%}
{%
if
is_granted
(
'ROLE_ADMIN'
)
%}
<a
class=
"btn btn-secondary btn-sm"
href=
"
{{
path
(
'admin_index'
)
}}
"
>
<a
class=
"btn btn-secondary btn-sm"
href=
"
{{
path
(
'admin_index'
)
}}
"
>
<i
class=
"fas fa-tools"
></i>
Administration
<i
class=
"fas fa-tools"
></i>
<span
class=
"d-none d-md-inline"
>
Administration
</span>
</a>
</a>
{%
endif
%}
{%
endif
%}
{%
else
%}
{%
else
%}
...
...
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