Skip to content

Commit

Permalink
[bugfix] Update disqus partial rendering
Browse files Browse the repository at this point in the history
- Update disqus partial rendering on crowdblog posts show
  • Loading branch information
mumoc committed Apr 2, 2015
1 parent 088dfd8 commit a20afbf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/views/crowdblog/posts/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@
= get_home_category(@post.first_category)
= previous_link_mobile(@post)
.posts
= render :partial => 'crowdblog/posts/post', :object => @post, :locals => { index_view: false }
= render 'disqus'
= render partial: 'crowdblog/posts/post',
object: @post,
locals: { index_view: false }
= render partial: 'crowdblog/posts/disqus'

0 comments on commit a20afbf

Please sign in to comment.