34 lines
1 KiB
Text
34 lines
1 KiB
Text
<%- # 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 -%>
|
|
<%= content_for :stylesheets do %>
|
|
<%= stylesheet_link_tag 'nonprofits/recurring_donations/index/page' %>
|
|
<% end %>
|
|
|
|
<% content_for(:footer_hidden) {'hidden'} %>
|
|
|
|
<%= content_for :javascripts do %>
|
|
<%= javascript_pack_tag 'i18n', 'page__nonprofits__recurring_donations__index' %>
|
|
<% end %>
|
|
|
|
<%= render 'nonprofits/transaction_title',
|
|
active: :recurring,
|
|
icon_class: 'icon-return',
|
|
page_name:'Recurring' %>
|
|
|
|
<%= render 'table_meta' %>
|
|
|
|
<div class='panelsLayout container--wide'>
|
|
<!--= scope 'recurring_donations' -->
|
|
<section class='panelsLayout-body'>
|
|
<%= render 'main_panel' %>
|
|
<%= render 'side_panel' %>
|
|
<%= render 'components/side_panel_close' %>
|
|
</section>
|
|
</div>
|
|
|
|
<div class='js-flimflamContainer'></div>
|
|
|
|
<%= render 'export_recurring_donations_s3_modal' %>
|
|
|
|
<%= render 'recurring_donations/new_modal' %>
|
|
<%= render 'recurring_donations/edit_modal' %>
|