houdini/app/views/nonprofits/dashboard/_reports.html.erb
2020-06-15 10:26:57 -05:00

16 lines
503 B
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 -%>
<section class='pastelBox--blue u-marginbottom--15'>
<header><i class='fa fa-table'></i> Reports</header>
<div class='pastelBox-body'>
<table class='table'>
<tr>
<td>
<a>End-of-year donor report</a> <!--= on 'click' (open_modal 'endOfYearReportModal') -->
</td>
</tr>
</table>
</div>
</section>