improve invites

This commit is contained in:
2023-02-04 14:14:45 -05:00
committed by oliviasculley
parent 7b60938a75
commit ed8c20e967
19 changed files with 506 additions and 383 deletions

View File

@ -13,8 +13,8 @@
<%= dgettext("errors", "Oops, something went wrong! Please check the errors below.") %>
</p>
<%= if @invite do %>
<%= hidden_input(f, :invite_token, value: @invite.token) %>
<%= if @invite_token do %>
<%= hidden_input(f, :invite_token, value: @invite_token) %>
<% end %>
<%= label(f, :email, class: "title text-lg text-primary-600") %>