houdini/app/views/nonprofits/dashboard/_reports.html.erb

17 lines
503 B
Text
Raw Normal View History

2020-06-12 20:03:43 +00:00
<%- # 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>