...
This commit is contained in:
@@ -106,11 +106,23 @@
|
||||
</div>
|
||||
}
|
||||
<div class="item-time">
|
||||
<small class="time-text">@item.LastMsgdate</small>
|
||||
<small class="time-text">@item.LastMsgtime</small>
|
||||
<small class="time-text">@item.LastMsgdate @item.LastMsgtime</small>
|
||||
@* <small class="time-text"></small> *@
|
||||
</div>
|
||||
</div>
|
||||
<div class="item-message">@item.LastText</div>
|
||||
|
||||
<div class="item-message">
|
||||
@if (item.LastMsgType == ConversationType.UE)
|
||||
{
|
||||
<Icon Name="IconName.ArrowBarDown" Size="IconSize.x5" Style="height=10px;width=10px" />
|
||||
}
|
||||
else
|
||||
{
|
||||
<Icon Name="IconName.ArrowBarUp" Size="IconSize.x5" Style="height=10px;width=10px" />
|
||||
}
|
||||
|
||||
@item.LastText
|
||||
</div>
|
||||
</div>
|
||||
@if (item.Responses.Count(c => !c.IsRead && c.Type == ConversationType.UE) > 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user