22adb4d5fd
The primary license of the project is changing to: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later with some specific files to be licensed under the one of two licenses: CC0-1.0 LGPL-3.0-or-later This commit is one of the many steps to relicense the entire codebase. Documentation granting permission for this relicensing (from all past contributors who hold copyrights) is on file with Software Freedom Conservancy, Inc.
40 lines
1.1 KiB
Text
40 lines
1.1 KiB
Text
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
|
<!-- partial nonprofits/recurring_donations/table_meta -->
|
|
|
|
<div class='table-meta'>
|
|
<div class='container--wide'>
|
|
<%= render 'components/tables/search', scope: 'recurring_donations' %>
|
|
|
|
<span class='table-meta-metric tour-totalRecurring'>
|
|
|
|
<span style='display: none'>
|
|
<!--= hide_if recurring_donations.loading -->
|
|
Total:
|
|
$<strong><!--= put (cents_to_dollars recurring_donations.total_amount) --></strong>
|
|
</span>
|
|
|
|
<small>
|
|
<!--= show_if recurring_donations.loading -->
|
|
Loading...
|
|
</small>
|
|
</span>
|
|
|
|
|
|
<a class='table-meta-button green js-openStatsModal'>
|
|
<i class='fa fa-tasks'></i> Stats
|
|
</a>
|
|
|
|
<a class='table-meta-button orange tour-newSubscriber'>
|
|
<!--= on 'click' (open_modal 'newRecurringDonationModal') -->
|
|
<i class='fa fa-plus'></i> New Subscriber
|
|
</a>
|
|
|
|
<a class='table-meta-button white tour-export'>
|
|
<!--= on 'click' (open_modal 'exportRecurringDonationsS3Modal') -->
|
|
<i class='fa fa-file-text'></i> Export
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- end partial nonprofits/recurring_donations/table_meta -->
|
|
|