Remove unused choose_role_modal.html.erb view
This commit is contained in:
		
							parent
							
								
									7aa7f98c9a
								
							
						
					
					
						commit
						e60c6d974f
					
				
					 2 changed files with 0 additions and 24 deletions
				
			
		|  | @ -1,23 +0,0 @@ | ||||||
| <%- # 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> |  | ||||||
|  | @ -4,7 +4,6 @@ | ||||||
| 		<%= render 'common/confirm_email_modal' %> | 		<%= render 'common/confirm_email_modal' %> | ||||||
| 	<% end %> | 	<% end %> | ||||||
| <% else %> | <% else %> | ||||||
| 	<%= render 'common/choose_role_modal' %> |  | ||||||
| 	<%= render 'users/signup_modal' %> | 	<%= render 'users/signup_modal' %> | ||||||
| 	<%= render 'users/login_modal' %> | 	<%= render 'users/login_modal' %> | ||||||
| <% end %> | <% end %> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Eric Schultz
						Eric Schultz