mirror of
https://github.com/we-promise/sure.git
synced 2026-04-25 06:54:07 +00:00
7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
<%= render DS::Dialog.new(scrollable: false) do |dialog| %>
|
|
<% dialog.with_header(title: t(".title")) %>
|
|
<% dialog.with_body do %>
|
|
<%= render "form", transfer: @transfer %>
|
|
<% end %>
|
|
<% end %>
|