17 lines
443 B
Plaintext
17 lines
443 B
Plaintext
<% provide(:title, 'Already Signed Up') %>
|
|
|
|
<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> |