Merge branch 'mobile_comment' of https://github.com/movilla/diaspora into develop
Conflicts: Changelog.md
This commit is contained in:
commit
1a58f9cf29
2 changed files with 3 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
* Decode tag name before passing it into a TagFollowingAction [#4027](https://github.com/diaspora/diaspora/issues/4027)
|
||||
* Fix reshares in single post-view [#4056](https://github.com/diaspora/diaspora/issues/4056)
|
||||
* Fix mobile view of deleted reshares. [#4063](https://github.com/diaspora/diaspora/issues/4063)
|
||||
* Hide comment button in the mobile view when not signed in. [#4065](https://github.com/diaspora/diaspora/issues/4065)
|
||||
|
||||
## Refactor
|
||||
|
||||
|
|
|
|||
|
|
@ -47,5 +47,6 @@
|
|||
= render :partial => 'comments/comment', :collection => post.comments, :locals => {:post => post}
|
||||
|
||||
%li.comment.add_comment_bottom_link_container
|
||||
= link_to t('comments.new_comment.comment'), new_post_comment_path(post), :class => 'add_comment_bottom_link btn comment_action inactive'
|
||||
- if user_signed_in?
|
||||
= link_to t('comments.new_comment.comment'), new_post_comment_path(post), :class => 'add_comment_bottom_link btn comment_action inactive'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue