-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix missing reshares count on mobile stream #5693 #5790
fix missing reshares count on mobile stream #5693 #5790
Conversation
You're right, the |
Thanks, i will do it. |
@jhass I think it is done. thanks |
%li.comment.add_comment_bottom_link_container | ||
- 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' | ||
= render :partial => 'shared/post_stats', :locals => {:post => @post} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update to the Ruby 1.9 hash style, that we prefer as per our new styleguide: render partial: "shared/post_stats", locals: {post: @post}
You konw what i thought that you prefere the opposite :-), Right now i will do it. |
done. |
…n-mobile-stream fix missing reshares count on mobile stream #5693
Thanks! |
No description provided.