diff --git a/Changelog.md b/Changelog.md index 18b189f9741edbfd3984a4841be69144355d903e..0586bc082d1649c145a6bc10d61f947c50214696 100644 --- a/Changelog.md +++ b/Changelog.md @@ -34,6 +34,7 @@ * Fix css overflow problem in aspect dropdown on welcome page. [#3637](https://github.com/diaspora/diaspora/pull/3637) * Fix empty page after authenticating with other services. [#3693](https://github.com/diaspora/diaspora/pull/3693) * Fix posting public posts to Facebook. [#2882](https://github.com/diaspora/diaspora/issues/2882), [#3650](https://github.com/diaspora/diaspora/issues/3650) +* Fix error with invite link box shows on search results page even if invites have been turned off. [#3708](https://github.com/diaspora/diaspora/pull/3708) # 0.0.1.2 diff --git a/app/views/people/index.html.haml b/app/views/people/index.html.haml index 3771ee66c2c15406ef47c6f1eb2d497a8fc5b4be..a92819d81437df1cc7f5d19f7a729ed8420d23fa 100644 --- a/app/views/people/index.html.haml +++ b/app/views/people/index.html.haml @@ -39,6 +39,7 @@ = will_paginate(@people) .span-8.last +- if AppConfig.settings.invitations.open? %h4 = t('.couldnt_find_them_send_invite') = render "shared/invitations"