houdini/app/views/nonprofits/recurring_donations/_table_meta.html.erb
Bradley M. Kuhn 22adb4d5fd Relicense all .erb files under new project license.
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.
2018-03-25 15:10:40 -04:00

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 -->