diff --git a/ConfectioneryClientApp/Controllers/HomeController.cs b/ConfectioneryClientApp/Controllers/HomeController.cs
index ab48d93..3f551de 100644
--- a/ConfectioneryClientApp/Controllers/HomeController.cs
+++ b/ConfectioneryClientApp/Controllers/HomeController.cs
@@ -192,6 +192,8 @@ namespace ConfectioneryClientApp.Controllers
$"
{mail.DateDelivery} | " +
$"{mail.Subject} | " +
$"{mail.Body} | " +
+ $"{mail.HasRead} | " +
+ $"{mail.Reply} | " +
"");
}
return Tuple.Create(htmlTable.ToString(), APIClient.CurrentPage.ToString(), APIClient.CurrentPage != 1, true);
diff --git a/ConfectioneryClientApp/Views/Home/Mails.cshtml b/ConfectioneryClientApp/Views/Home/Mails.cshtml
index 1926238..dfc5013 100644
--- a/ConfectioneryClientApp/Views/Home/Mails.cshtml
+++ b/ConfectioneryClientApp/Views/Home/Mails.cshtml
@@ -14,6 +14,12 @@
Текст
|
+
+ Прочитано
+ |
+
+ Ответ
+ |