groceries/Groceries/Common/_Modal.cshtml
2023-07-23 20:00:53 +01:00

10 lines
344 B
Plaintext

<turbo-frame id="modal" data-modal-target="frame">
<article class="card">
<header class="card__header row">
<h2 class="row__fill">@ViewBag.Title</h2>
<button class="button modal__close-button" data-action="modal#close">&#x1F5D9;</button>
</header>
@RenderBody()
</article>
</turbo-frame>