Skip to content

Commit

Permalink
コメントでの削除の修正と取消、完了での注文の削除
Browse files Browse the repository at this point in the history
  • Loading branch information
maeyuu8314 committed Oct 9, 2024
1 parent 9de6afe commit ca815a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion app/templates/canceled-placements.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<nav class="flex-grow">
<ul class="flex flex-row gap-3">
<li><a href="/" class="cursor-pointer px-2 rounded bg-gray-300">ホーム</a></li>
<li><a hx-post="/order" class="cursor-pointer px-2 rounded bg-gray-300 hidden md:inline-block">注文</a></li>
</ul>
</nav>
<form id="placements-filter" action="/placements" method="GET" class="mb-0 hidden md:flex md:flex-row gap-3">
Expand Down
1 change: 0 additions & 1 deletion app/templates/completed-placements.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<nav class="flex-grow">
<ul class="flex flex-row gap-3">
<li><a href="/" class="cursor-pointer px-2 rounded bg-gray-300">ホーム</a></li>
<li><a hx-post="/order" class="cursor-pointer px-2 rounded bg-gray-300 hidden md:inline-block">注文</a></li>
</ul>
</nav>
<form id="placements-filter" action="/placements" method="GET" class="mb-0 hidden md:flex md:flex-row gap-3">
Expand Down
4 changes: 1 addition & 3 deletions app/templates/incoming-placements.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
<header class="w-full px-16 py-3 flex gap-3 border-b border-gray-500 text-2xl">
<nav class="flex-grow">
<ul class="flex flex-row gap-3">
<li><a href="/" class="cursor-pointer px-2 rounded bg-gray-300">ホーム</a></li>
<!--<li><a hx-post="/order" class="cursor-pointer px-2 rounded bg-gray-300 hidden md:inline-block">注文</a></li>-->
</ul>
<li><a href="/" class="cursor-pointer px-2 rounded bg-gray-300">ホーム</a></li> </ul>
</nav>
<form id="placements-filter" action="/placements" method="GET" class="mb-0 hidden md:flex md:flex-row gap-3">
<a href="/incoming-placements" class="cursor-pointer px-2 rounded bg-gray-900 text-white">未受取</a>
Expand Down

0 comments on commit ca815a7

Please sign in to comment.