diff --git a/app/views/people/index.html.haml b/app/views/people/index.html.haml
index a92819d81..de06aab32 100644
--- a/app/views/people/index.html.haml
+++ b/app/views/people/index.html.haml
@@ -38,9 +38,9 @@
= will_paginate(@people)
-.span-8.last
- if AppConfig.settings.invitations.open?
- %h4
- = t('.couldnt_find_them_send_invite')
- = render "shared/invitations"
+ .span-8.last
+ %h4
+ = t('.couldnt_find_them_send_invite')
+ = render "shared/invitations"