mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-17 04:02:53 +00:00
Moving to github
This commit is contained in:
7
app/views/games/new.html.erb
Normal file
7
app/views/games/new.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user