diff --git a/app/views/login/index.html.erb b/app/views/login/index.html.erb index 39a5def..b9e0f1e 100644 --- a/app/views/login/index.html.erb +++ b/app/views/login/index.html.erb @@ -26,11 +26,11 @@

Not a user yet? Signup is by invitation only to combat spam and increase accountability. If you know a current user of the site, - ask them for an + ask them for an invitation or <% if Rails.application.allow_invitation_requests? %> - invitation or request one publicly. + request one publicly. <% else %> - invitation. + request one in chat. <% end %>

diff --git a/app/views/signup/index.html.erb b/app/views/signup/index.html.erb index dfb16b2..7604e28 100644 --- a/app/views/signup/index.html.erb +++ b/app/views/signup/index.html.erb @@ -6,6 +6,11 @@

Signup is currently by invitation only to combat spam and increase accountability. If you know a current user of the site, - ask them for an invitation. + ask them for an invitation, or + <% if Rails.application.allow_invitation_requests? %> + request one publicly. + <% else %> + request one in chat. + <% end %>