mirror of
https://github.com/we-promise/sure.git
synced 2026-04-09 07:14:47 +00:00
* Transaction scaffold * Rough in transaction views * Fix sort order * Fix mass assignment issue * Fix test * Simplify CI workflow * Don't seed db before test
8 lines
297 B
Plaintext
8 lines
297 B
Plaintext
<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>
|