fix
This commit is contained in:
parent
05f7855a11
commit
30bacf9926
@ -1,6 +1,10 @@
|
|||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Mails";
|
ViewData["Title"] = "Mails";
|
||||||
}
|
}
|
||||||
|
<div class="text-center">
|
||||||
|
<h1 class="display-4">Письма</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
@ -74,7 +78,3 @@
|
|||||||
$("#next-page").on('click', () => onClicked(true));
|
$("#next-page").on('click', () => onClicked(true));
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="text-center">
|
|
||||||
<h1 class="display-4">Заказы</h1>
|
|
||||||
</div>
|
|
Loading…
x
Reference in New Issue
Block a user