Issue #3846: Wrong message on mobile
This commit is contained in:
parent
3a3a56b539
commit
5a6090a0fb
2 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
* Re-add hovercards [#3802](https://github.com/diaspora/diaspora/pull/3802)
|
* Re-add hovercards [#3802](https://github.com/diaspora/diaspora/pull/3802)
|
||||||
* Add images to notifications [#3821](https://github.com/diaspora/diaspora/pull/3821)
|
* Add images to notifications [#3821](https://github.com/diaspora/diaspora/pull/3821)
|
||||||
* Show pod version in footer and updated the link to the changelog [#3822](https://github.com/diaspora/diaspora/pull/3822)
|
* Show pod version in footer and updated the link to the changelog [#3822](https://github.com/diaspora/diaspora/pull/3822)
|
||||||
* User interface enhancements [#3832](https://github.com/diaspora/diaspora/pull/3832), [#3839](https://github.com/diaspora/diaspora/pull/3839), [#3834](https://github.com/diaspora/diaspora/pull/3834), [#3840](https://github.com/diaspora/diaspora/issues/3840).
|
* User interface enhancements [#3832](https://github.com/diaspora/diaspora/pull/3832), [#3839](https://github.com/diaspora/diaspora/pull/3839), [#3834](https://github.com/diaspora/diaspora/pull/3834), [#3840](https://github.com/diaspora/diaspora/issues/3840), [#3846](https://github.com/diaspora/diaspora/issues/3846).
|
||||||
|
|
||||||
## Bug Fixes
|
## Bug Fixes
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,5 +39,6 @@
|
||||||
- else
|
- else
|
||||||
#main_stream
|
#main_stream
|
||||||
%div{:style=>"text-align:center;", :class => "dull"}
|
%div{:style=>"text-align:center;", :class => "dull"}
|
||||||
|
- if user_signed_in? && (current_user.person != @person)
|
||||||
= t('.has_not_shared_with_you_yet', :name => @person.first_name)
|
= t('.has_not_shared_with_you_yet', :name => @person.first_name)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue