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