mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
* Flatten Holding model * Flatten balance model * Entries domain renames * Fix valuations reference * Fix trades stream * Fix brakeman warnings * Fix tests * Replace existing entryable type references in DB
4 lines
102 B
Plaintext
4 lines
102 B
Plaintext
<%= modal_form_wrapper title: "New transaction" do %>
|
|
<%= render "form", entry: @entry %>
|
|
<% end %>
|