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
AE UTBM
Sith
Commits
5504142e
Commit
5504142e
authored
Aug 25, 2017
by
Skia
🤘
Browse files
core, templates: fix logo link
Signed-off-by:
Skia
<
skia@libskia.so
>
parent
0d5595c6
Pipeline
#1170
passed with stage
in 5 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/templates/core/base.jinja
View file @
5504142e
...
@@ -16,7 +16,9 @@
...
@@ -16,7 +16,9 @@
<body>
<body>
{%
block
header
%}
{%
block
header
%}
{%
if
not
popup
%}
{%
if
not
popup
%}
<div
id=
"logo"
style=
"background-image: url('
{{
static
(
'core/img/logo.png'
)
}}
');"
><a
href=
"
{{
url
(
'core:index'
)
}}
"
></a></div>
<div
id=
"logo"
style=
"background-image: url('
{{
static
(
'core/img/logo.png'
)
}}
');"
>
<a
style=
"display: inline-block; width: 100%; height: 100%;"
href=
"
{{
url
(
'core:index'
)
}}
"
></a>
</div>
{%
set
sith
=
get_sith
()
%}
{%
set
sith
=
get_sith
()
%}
{%
if
sith.alert_msg
%}
{%
if
sith.alert_msg
%}
<div
id=
"alert_box"
>
<div
id=
"alert_box"
>
...
...
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