2020-06-12 20:03:43 +00: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 17:30:42 +00: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 22:22:48 +00:00
|
|
|
<%= javascript_pack_tag 'i18n', 'page__bank_accounts__confirm' %>
|
2018-03-25 17:30:42 +00:00
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<div class='backgroundColor'>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class='container u-bg--white u-marginTop--50 u-padding--30 js-view-confirm'>
|
|
|
|
|
|
|
|
</div>
|