journalduhacker/app/views/signup/index.html.erb

17 lines
478 B
Plaintext
Raw Normal View History

2012-06-30 21:14:35 +02:00
<div class="box wide">
2012-12-08 20:14:33 +01:00
<div class="legend">
<%= t('.createaccounttitle') %>
2012-12-08 20:14:33 +01:00
</div>
<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, 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>
2012-07-01 20:31:31 +02:00
</div>