don't show invitation queue to new users

this is just the link to it though, so new users can still invite
from the queue if they know what they're doing
This commit is contained in:
joshua stein 2014-01-12 23:37:59 -06:00
parent f1f6b3c7e0
commit fcfd472723

View file

@ -105,7 +105,8 @@
<div id="footer">
<a href="/moderations">Moderation Log</a>
<% if @user && (iqc = InvitationRequest.verified_count) > 0 %>
<% if @user && !@user.is_new? &&
(iqc = InvitationRequest.verified_count) > 0 %>
<a href="/invitations">Invitation Queue (<%= iqc %>)</a>
<% end %>
<a href="/privacy">Privacy</a>