mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 02:54:10 +00:00
7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
<%= render DS::Dialog.new(scrollable: false) do |dialog| %>
|
|
<% dialog.with_header(title: "New transaction") %>
|
|
<% dialog.with_body do %>
|
|
<%= render "form", entry: @entry, categories: @categories %>
|
|
<% end %>
|
|
<% end %>
|