...
This commit is contained in:
@@ -58,10 +58,17 @@
|
||||
|
||||
<div class="item-content">
|
||||
<div class="item-header">
|
||||
<strong class="item-name">@item.UserFullName</strong>
|
||||
<strong class="item-name">@item.UserFullName </strong>
|
||||
@if(!string.IsNullOrEmpty(item.GroupName)){
|
||||
<div class="mb-3">
|
||||
<Badge Color="BadgeColor.Info" VisuallyHiddenText="Visually hidden text for Info">@item.GroupName</Badge>
|
||||
</div>
|
||||
}
|
||||
|
||||
<div class="item-time">
|
||||
<small class="time-text">@item.LastMsgdate</small>
|
||||
<small class="time-text">@item.LastMsgtime</small>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="item-message">@item.LastText</div>
|
||||
@@ -82,6 +89,12 @@
|
||||
<div class="item-content">
|
||||
<div class="item-header">
|
||||
<strong class="item-name">@item.UserFullName</strong>
|
||||
@if (!string.IsNullOrEmpty(item.GroupName))
|
||||
{
|
||||
<div class="mb-3">
|
||||
<Badge Color="BadgeColor.Info" VisuallyHiddenText="Visually hidden text for Info">@item.GroupName</Badge>
|
||||
</div>
|
||||
}
|
||||
<div class="item-time">
|
||||
<small class="time-text">@item.LastMsgdate</small>
|
||||
<small class="time-text">@item.LastMsgtime</small>
|
||||
@@ -108,6 +121,12 @@
|
||||
<div class="item-content">
|
||||
<div class="item-header">
|
||||
<strong class="item-name">@item.UserFullName</strong>
|
||||
@if (!string.IsNullOrEmpty(item.GroupName))
|
||||
{
|
||||
<div class="mb-3">
|
||||
<Badge Color="BadgeColor.Info" VisuallyHiddenText="Visually hidden text for Info">@item.GroupName</Badge>
|
||||
</div>
|
||||
}
|
||||
<div class="item-time">
|
||||
<small class="time-text">@item.LastMsgdate</small>
|
||||
<small class="time-text">@item.LastMsgtime</small>
|
||||
|
Reference in New Issue
Block a user