This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/app/views/meetings/wait.html.erb

7 lines
235 B
Plaintext

<p>Waiting for meeting to start...</p>
<p>You will be redirected when the meeing starts...</p>
<% unless current_user %>
<p>Input a name for when the meeting starts.</p>
<%= text_field(:unauthenticated_join_name, nil) %>
<% end %>