Skip to content
Snippets Groups Projects
Commit 43b9dfac authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

fix: improved external/internal indicators

parent 46fde328
No related branches found
No related tags found
2 merge requests!204[release] Regular merge of develop,!200fix: improved external/internal indicators
Pipeline #35390 passed
......@@ -42,14 +42,14 @@
<main class="page-content" aria-label="Content" style="margin-right: 0%">
{% if site.internal %}
<div class="indicator tooltip" id="external-indicator">
<i class="material-icons">lock_open</i>
<i class="material-icons">verified</i>
<span class="tooltip-text">
You are connected to the uni.lu network. <br />You see all the cards.
</span>
</div>
{% else %}
<div class="indicator tooltip" id="internal-indicator">
<i class="material-icons">lock</i>
<i class="material-icons">unpublished</i>
<span class="tooltip-text">
You are <strong>not connected</strong> to the uni.lu network. <br />You see only publically-available cards. <br />In order to see all, please connect to the VPN.
</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment