partial fix for #1363 (notice cannot be closed)

This commit is contained in:
Toks
2013-04-22 19:42:39 -04:00
parent c6b1e5885c
commit 94984fb85a
4 changed files with 12 additions and 1 deletions

View File

@@ -48,6 +48,10 @@
<%= render "users/ban_notice" %>
<% end %>
<% if CurrentUser.dmail_count.present? %>
<%= render "users/dmail_notice" %>
<% end %>
<% if cookies["accepted_tos"].blank? && !CurrentUser.is_privileged? %>
<%= render "users/tos" %>
<% end %>