Accept non-existing terms

Legal how does it work
This commit is contained in:
Basti 2020-12-03 14:47:57 +01:00
parent 8a7d809b92
commit f7e48ad3a6
2 changed files with 14 additions and 1 deletions

View File

@ -25,4 +25,11 @@ form {
.actions {
margin-top: 2rem;
}
.accept-terms {
margin-top: 2rem;
font-size: 0.85rem;
line-height: 1.5em;
color: #888;
}
}

View File

@ -48,8 +48,14 @@
<p class="error-msg">Password <%= @validation_error %></p>
<% end %>
</div>
<p class="accept-terms">
<small>
By clicking the button below, you accept our future Terms of Service
and Privacy Policy. Don't worry, they will be excellent!
</small>
</p>
<div class="actions">
<p><%= f.submit "Continue" %></p>
<p><%= f.submit "Create account" %></p>
</div>
<% end %>
<% end %>