|
|
@if (item.AllowViewingToProfile)
{
@Html.RouteLink(item.CustomerToName, NopRouteNames.Standard.CUSTOMER_PROFILE, new { Id = item.ToCustomerId })
}
else
{
@item.CustomerToName
}
|
@Html.RouteLink(item.Subject, NopRouteNames.Standard.VIEW_PM, new { privateMessageId = item.Id }, new { @class = "pm-read" })
|
@item.CreatedOn
|
}