5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
<div class="max-w-3xl">
|
|
<h1 class="text-2xl font-semibold text-gray-900 mb-6">New Application</h1>
|
|
<%= render "form", application: @application %>
|
|
</div>
|