mirror of
https://github.com/StefBuwalda/dashboard_test.git
synced 2025-11-01 12:19:58 +00:00
Added a lock icon to the "private" URLs
This commit is contained in:
@@ -41,8 +41,11 @@
|
||||
<div class="bg-dark w-100">
|
||||
<h4 class="text-center text-truncate m-0" style="font-size: 1.5rem;">${s.label}</h4>
|
||||
</div>
|
||||
<div class="ratio ratio-1x1 w-75">
|
||||
<div class="position-relative ratio ratio-1x1">
|
||||
<img src="static/icons/${s.id}.${s.icon_filetype}" class="img-fluid">
|
||||
${s.public ? `` : `<div>
|
||||
<img src='static/lock.svg' class='img-fluid position-absolute bottom-0 end-0 w-25'>
|
||||
</div>` }
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user