Sell Drinks
This commit is contained in:
parent
0068f38f04
commit
e27bc50b81
1 changed files with 5 additions and 3 deletions
|
@ -9,13 +9,15 @@
|
|||
</div>
|
||||
@if open_shift.is_some() {
|
||||
<div hx-boost="true" class="flex justify-center items-center">
|
||||
<a href="/shifts/@open_shift.unwrap().id/drinks" class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 me-2 mb-2 " >
|
||||
<button type="button">Drinks</button>
|
||||
<a href="/shifts/@open_shift.unwrap().id/drinks"
|
||||
class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 me-2 mb-2 ">
|
||||
<button type="button">Sell Drinks</button>
|
||||
</a>
|
||||
</div>
|
||||
}
|
||||
<div hx-boost="true" class="flex justify-center items-center">
|
||||
<a href="/management" class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 me-2 mb-2 ">
|
||||
<a href="/management"
|
||||
class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 me-2 mb-2 ">
|
||||
<button type="button">Management</button>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue