Display prospect memo

This commit is contained in:
Andre Beging
2022-05-31 17:00:32 +02:00
parent 3487cdcb58
commit e21c9a7b52
4 changed files with 132 additions and 54 deletions

View File

@@ -20,7 +20,15 @@
<a class="invert" href="@(CurrentUser.NetworkLink)/profile/@Prospect?.FsId" target="_blank">Profil öffnen</a>
</small>
</h5>
<div>@Prospect?.Memo</div>
@if (!string.IsNullOrWhiteSpace(Prospect?.Memo))
{
<Alert Color="Color.Info" Visible Class="p-2 mb-1">
<AlertDescription>@Prospect?.Memo</AlertDescription>
</Alert>
}
<table>
<InteractionRow