+ @{
+ if (Model == null)
+ {
+
Авторизируйтесь
+ return;
+ }
+
+
+
+
+
+ Дата письма
+ |
+
+ Тема
+ |
+
+ Содержание
+ |
+
+
+
+ @foreach (var item in Model)
+ {
+
+
+ @Html.DisplayFor(modelItem => item.DateDelivery)
+ |
+
+ @Html.DisplayFor(modelItem => item.Subject)
+ |
+
+ @Html.DisplayFor(modelItem => item.Body)
+ |
+
+ }
+
+
+ }
+
\ No newline at end of file
diff --git a/SoftwareInstallation/SoftwareInstallationClientApp/Views/Shared/_Layout.cshtml b/SoftwareInstallation/SoftwareInstallationClientApp/Views/Shared/_Layout.cshtml
index 5db7b1b..2099ea6 100644
--- a/SoftwareInstallation/SoftwareInstallationClientApp/Views/Shared/_Layout.cshtml
+++ b/SoftwareInstallation/SoftwareInstallationClientApp/Views/Shared/_Layout.cshtml
@@ -23,14 +23,17 @@