Display prospect memo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user