From 850131873b7d659fb53dd49805b9359ae71f12a5 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Mon, 7 Dec 2015 13:17:11 -0600 Subject: [PATCH] link to /chat when talking about requesting invites issue #244 --- app/views/login/index.html.erb | 6 +++--- app/views/signup/index.html.erb | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) 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 %>