16 lines
454 B
Text
16 lines
454 B
Text
|
<!-- 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 -->
|