FixDatabasePathForLinux #15

Merged
Penry merged 2 commits from FixDatabasePathForLinux into main 2025-12-23 18:58:49 +01:00
Showing only changes of commit d0d9fcc304 - Show all commits

View File

@@ -37,7 +37,7 @@
<div class="col-auto img-wrapper">
@if (!string.IsNullOrEmpty(Entity.GlobalEntity?.PicturePath))
{
<img src="@Entity.GlobalEntity.PicturePath"
<img src="/@Entity.GlobalEntity.PicturePath"
class="entity-img"
alt="@Entity.GlobalEntity.Title">
}