+ @{
+ if (Model == null)
+ {
+
Авторизируйтесь
+ return;
+ }
+
+
+
+
+
+ Дата письма
+ |
+
+ Заголовок
+ |
+
+ Текст
+ |
+
+
+
+ @foreach (var item in Model)
+ {
+
+
+ @Html.DisplayFor(modelItem => item.DateDelivery)
+ |
+
+ @Html.DisplayFor(modelItem => item.Subject)
+ |
+
+ @Html.DisplayFor(modelItem => item.Body)
+ |
+
+ }
+
+
+
с. @ViewBag.Page
+
1 ? ViewBag.Page - 1 : 1 })"
+ class="btn btn-primary">
+ Назад
+
+
+
+ Вперед
+
+ }
+
\ No newline at end of file
diff --git a/SushiBar/SushiBarClientApp/Views/Home/Register.cshtml b/SushiBar/SushiBarClientApp/Views/Home/Register.cshtml
index 398b516..1f87e95 100644
--- a/SushiBar/SushiBarClientApp/Views/Home/Register.cshtml
+++ b/SushiBar/SushiBarClientApp/Views/Home/Register.cshtml
@@ -8,11 +8,11 @@