33 lines
		
	
	
	
		
			969 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
	
		
			969 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| <%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
 | |
| <%= 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' %>
 | 
