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

17 lines
608 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 -%>
<!-- partial nonprofits/dashboard/event_listing -->
<section class='u-marginBottom--15'>
<div class='pastelBox--yellow'>
<header><i class='fa fa-ticket'></i> Active Events</header>
<div id='js-eventsListing'></div>
<footer class='u-padding--15'>
<button class='button--large orange' open-modal='newEvent' data-when-confirmed>
New Event
</button>
</footer>
</div>
</section>
<!-- end partial nonprofits/dashboard/event_listing -->