mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-16 23:22:53 +00:00
8 lines
192 B
Plaintext
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>
|