rails8-memoapp/app/views/memos/new.html.erb
2025-02-20 22:46:52 +09:00

4 lines
139 B
Text

<div class="max-w-2xl mx-auto">
<h1 class="text-2xl font-bold text-gray-900 mb-6">出力</h1>
<%= render 'form', memo: @memo %>
</div>