Fix Invite link box shows on search results page even if invites have been turned off
This commit is contained in:
parent
675bf614ae
commit
f3ce1e6c66
2 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
||||||
* Fix css overflow problem in aspect dropdown on welcome page. [#3637](https://github.com/diaspora/diaspora/pull/3637)
|
* 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 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 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
|
# 0.0.1.2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@
|
||||||
= will_paginate(@people)
|
= will_paginate(@people)
|
||||||
|
|
||||||
.span-8.last
|
.span-8.last
|
||||||
|
- if AppConfig.settings.invitations.open?
|
||||||
%h4
|
%h4
|
||||||
= t('.couldnt_find_them_send_invite')
|
= t('.couldnt_find_them_send_invite')
|
||||||
= render "shared/invitations"
|
= render "shared/invitations"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue