mirror of
https://github.com/we-promise/sure.git
synced 2026-04-11 08:14:49 +00:00
8 lines
359 B
Plaintext
8 lines
359 B
Plaintext
<% if params[:step] == "method_select" %>
|
|
<%= render "accounts/new/method_selector", path: new_crypto_path(return_to: params[:return_to]), us_link_token: @us_link_token, eu_link_token: @eu_link_token %>
|
|
<% else %>
|
|
<%= modal_form_wrapper title: t(".title") do %>
|
|
<%= render "cryptos/form", account: @account, url: cryptos_path %>
|
|
<% end %>
|
|
<% end %>
|