Unused signup_modal
This commit is contained in:
parent
e60c6d974f
commit
486593b7ff
2 changed files with 0 additions and 17 deletions
|
@ -4,7 +4,6 @@
|
||||||
<%= render 'common/confirm_email_modal' %>
|
<%= render 'common/confirm_email_modal' %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% else %>
|
<% else %>
|
||||||
<%= render 'users/signup_modal' %>
|
|
||||||
<%= render 'users/login_modal' %>
|
<%= render 'users/login_modal' %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|
|
@ -1,16 +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='signUpModal'>
|
|
||||||
<header class='modal-header'>
|
|
||||||
<%= render 'common/modal_close' %>
|
|
||||||
<h3>Sign Up</h3>
|
|
||||||
</header>
|
|
||||||
<div class='modal-body u-centered'>
|
|
||||||
<div class='u-width--300 u-margin--auto'>
|
|
||||||
<form autosubmit action='<%= registration_path(:user) %>' method='post' parsley-validate data-reload>
|
|
||||||
<%= render 'users/signup_fields_brackets' %>
|
|
||||||
<%= render 'users/signup_footer', :action => "open-modal=loginModal" %>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
Loading…
Reference in a new issue