This commit is contained in:
2026-06-02 17:39:58 +02:00
36 changed files with 2520 additions and 463 deletions
+5 -3
View File
@@ -1,5 +1,7 @@
@inject TranslationSource T
<div class="no-profile">
<h2>No profile selected</h2>
<p>Select or create a tenant profile to get started.</p>
<a href="/profiles" class="btn btn-primary">Go to Profiles</a>
<h2>@T["noprofile.heading"]</h2>
<p>@T["noprofile.body"]</p>
<a href="/profiles" class="btn btn-primary">@T["noprofile.goto"]</a>
</div>