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

16 lines
454 B
Text
Raw Normal View History

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