houdini/app/views/common/_choose_role_modal.html.erb
2020-06-15 10:26:57 -05:00

23 lines
703 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 -%>
<div class='modal skinny' id='chooseRoleModal'>
<header class='modal-header'>
<h3>Choose Role</h3>
<%= render 'common/modal_close' %>
</header>
<div class='modal-body u-centered'>
<button class='button--jumbo bluegreen u-marginBottom--10 u-width--full'>
<!--= on 'click' (open_modal 'onboardSignUpModal') -->
I'm a nonprofit
</button>
<div class='lineText'>
<span>OR</span>
</div>
<button class='button--jumbo blue u-marginTop--10 u-width--full' open-modal='signUpModal'>
I'm a donor
</button>
</div>
</div>