Files
turbovault-app/app/views/games/new.html.erb
2026-03-28 19:24:29 -04:00

8 lines
192 B
Plaintext

<div class="max-w-4xl mx-auto">
<h1 class="text-3xl font-bold mb-6">Add New Game</h1>
<div class="bg-white p-6 rounded-lg shadow">
<%= render "form", game: @game %>
</div>
</div>