mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-07 14:35:23 +02:00
8 lines
297 B
Text
8 lines
297 B
Text
|
<div class="mx-auto md:w-2/3 w-full">
|
||
|
<h1 class="font-bold text-4xl mb-4">New transaction</h1>
|
||
|
<%= render "form", transaction: @transaction %>
|
||
|
</div>
|
||
|
<div class="flex justify-center">
|
||
|
<%= link_to "Back to transactions", transactions_path, class: "mt-8 underline text-lg font-bold" %>
|
||
|
</div>
|