Receipt create. Part 2

This commit is contained in:
alexey
2025-02-22 23:28:36 +03:00
parent 6527af5005
commit d608f73772
11 changed files with 356 additions and 24 deletions

View File

@@ -7,6 +7,7 @@
<title><%= @page_name %></title>
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/Footer-Dark-icons.css">
<link rel="stylesheet" href="/js/jquery.dropdown.min.css">
<script src="/js/jquery-3.7.1.min.js"></script>
</head>
@@ -20,6 +21,10 @@
</div>
<div class="container">
<div class="hstack gap-3">
<span class="p-1">
<a href="/">главная</a>
</span>
<span>|</span>
<span class="p-1">
<a href="/repos">git-репозитории</a>
</span>