Skip to content

Commit

Permalink
コメントでの削除の修正と取消、完了での注文の削除
Browse files Browse the repository at this point in the history
  • Loading branch information
maeyuu8314 authored and exflikt committed Oct 9, 2024
1 parent 3b87b9e commit 3b4ca02
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 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
1 change: 0 additions & 1 deletion app/templates/incoming-placements.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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

0 comments on commit 3b4ca02

Please sign in to comment.