18 lines
515 B
Plaintext
18 lines
515 B
Plaintext
<% provide(:title, 'Already Signed Up') %>
|
|
<% provide(:description, 'You have already signed up with JamKazam') %>
|
|
|
|
<div class="landing-overlay">
|
|
<!-- ftue header -->
|
|
<div class="content-head">
|
|
<h1>You have already signed up with this invitation</h1>
|
|
</div>
|
|
|
|
<div class="ftue-invited">
|
|
Since you already have an account, you can go <%= link_to "sign in", signin_path %>
|
|
</div>
|
|
</div>
|
|
<!-- end overlay content -->
|
|
|
|
<script type="text/javascript">
|
|
window.signup.handle_location_changes()
|
|
</script> |