mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-07 14:35:23 +02:00
11 lines
423 B
Text
11 lines
423 B
Text
|
<%= content_for :return_to_path, return_to_path(params, imports_path) %>
|
||
|
|
||
|
<div class="mx-auto max-w-[400px] w-full py-56">
|
||
|
<h1 class="sr-only"><%= t(".edit_title") %></h1>
|
||
|
<div class="space-y-2 mb-6 text-center">
|
||
|
<p class="text-3xl font-medium text-gray-900"><%= t(".header_text") %></p>
|
||
|
<p class="text-gray-500 text-sm"><%= t(".description_text") %></p>
|
||
|
</div>
|
||
|
<%= render "form", import: @import %>
|
||
|
</div>
|