link to /chat when talking about requesting invites

issue #244
This commit is contained in:
joshua stein 2015-12-07 13:17:11 -06:00
parent 6b636ac8c5
commit 850131873b
2 changed files with 9 additions and 4 deletions

View file

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

View file

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