2018-03-25 17:20:54 +00:00
|
|
|
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
2018-03-25 17:30:42 +00:00
|
|
|
<% content_for(:footer_hidden) {'hidden'} %>
|
|
|
|
<%= content_for :javascripts do %>
|
|
|
|
<script>
|
|
|
|
var pageLoadData = {
|
|
|
|
card: <%= @nonprofit.active_card ? raw(@nonprofit.active_card.to_json) : '{}' %>
|
|
|
|
, plan: <%= raw(@nonprofit.billing_plan.to_json) %>
|
|
|
|
, subscription: <%= raw(@nonprofit.billing_subscription.to_json) %>
|
|
|
|
}
|
|
|
|
</script>
|
2019-12-04 22:22:48 +00:00
|
|
|
<%= javascript_pack_tag 'i18n', 'page__nonprofits__cards__edit' %>
|
2018-03-25 17:30:42 +00:00
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<div id='js-main'></div>
|
|
|
|
|