mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-17 04:02:53 +00:00
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
<div class="max-w-2xl mx-auto">
|
|
<h1 class="text-3xl font-bold mb-6">Edit Collection</h1>
|
|
|
|
<div class="bg-white p-6 rounded-lg shadow">
|
|
<%= render "form", collection: @collection %>
|
|
</div>
|
|
</div>
|