+ @{
+ if (Model == null)
+ {
+
Авторизируйтесь
+ return;
+ }
+
+
+
+
+ Дата письма
+ |
+
+ Заголовок
+ |
+
+ Текст
+ |
+
+
+
+ @foreach (var item in Model)
+ {
+
+
+ @Html.DisplayFor(modelItem => item.DateDelivery)
+ |
+
+ @Html.DisplayFor(modelItem => item.Subject)
+ |
+
+ @Html.DisplayFor(modelItem => item.Body)
+ |
+
+ }
+
+
+ }
+
diff --git a/SecuritySystem/SecuritySystemClientApp/Views/Shared/_Layout.cshtml b/SecuritySystem/SecuritySystemClientApp/Views/Shared/_Layout.cshtml
index 9668af8..5c75b94 100644
--- a/SecuritySystem/SecuritySystemClientApp/Views/Shared/_Layout.cshtml
+++ b/SecuritySystem/SecuritySystemClientApp/Views/Shared/_Layout.cshtml
@@ -16,8 +16,8 @@