Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
94e3d873
Commit
94e3d873
authored
Feb 25, 2021
by
Jacek Lebioda
Browse files
fix: internal/external indicator
parent
b84ea778
Pipeline
#37935
failed with stages
in 20 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
_layouts/landing.html
View file @
94e3d873
...
@@ -41,9 +41,9 @@
...
@@ -41,9 +41,9 @@
<main
class=
"page-content"
aria-label=
"Content"
style=
"margin-right: 0%"
>
<main
class=
"page-content"
aria-label=
"Content"
style=
"margin-right: 0%"
>
{% if site.internal %}
{% if site.internal %}
<div
class=
"indicator tooltip"
id=
"
ex
ternal-indicator"
>
<div
class=
"indicator tooltip"
id=
"
in
ternal-indicator"
>
<p>
<p>
Ex
ternal
In
ternal
<i
class=
"material-icons"
>
info
</i>
<i
class=
"material-icons"
>
info
</i>
</p>
</p>
<span
class=
"tooltip-text"
>
<span
class=
"tooltip-text"
>
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
</span>
</span>
</div>
</div>
{% else %}
{% else %}
<div
class=
"indicator tooltip"
id=
"
in
ternal-indicator"
>
<div
class=
"indicator tooltip"
id=
"
ex
ternal-indicator"
>
<p>
<p>
External
External
<i
class=
"material-icons"
>
info
</i>
<i
class=
"material-icons"
>
info
</i>
...
...
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