mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
8 lines
338 B
Text
8 lines
338 B
Text
|
<% if params[:step] == "method_select" %>
|
||
|
<%= render "accounts/new/method_selector", path: new_crypto_path(institution_id: params[:institution_id], return_to: params[:return_to]) %>
|
||
|
<% else %>
|
||
|
<%= modal_form_wrapper title: t(".title") do %>
|
||
|
<%= render "cryptos/form", account: @account, url: cryptos_path %>
|
||
|
<% end %>
|
||
|
<% end %>
|