2020-06-12 15:03:43 -05:00
|
|
|
<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
|
|
|
|
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
|
2018-03-25 13:30:42 -04:00
|
|
|
<% content_for :javascripts do %>
|
|
|
|
<script>
|
|
|
|
app.bankAccount = <%= raw @bank_account.to_json %>
|
|
|
|
app.bankAccount.nonprofit = {
|
|
|
|
name: '<%= @nonprofit.name %>',
|
|
|
|
id: <%= @nonprofit.id %>
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
2019-12-04 16:22:48 -06:00
|
|
|
<%= javascript_pack_tag 'i18n', 'page__bank_accounts__confirm' %>
|
2018-03-25 13:30:42 -04:00
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<div class='backgroundColor'>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class='container u-bg--white u-marginTop--50 u-padding--30 js-view-confirm'>
|
|
|
|
|
|
|
|
</div>
|