stream fix on aspects/show
This commit is contained in:
parent
5818227904
commit
8074e481a3
1 changed files with 1 additions and 1 deletions
|
|
@ -23,6 +23,6 @@
|
||||||
= render 'aspects/no_contacts_message', :aspect => @aspect, :contact_count => @aspect_contacts_count, :options => false
|
= render 'aspects/no_contacts_message', :aspect => @aspect, :contact_count => @aspect_contacts_count, :options => false
|
||||||
= render 'aspects/no_posts_message', :post_count => @post_count, :contact_count=> @aspect_contacts_count
|
= render 'aspects/no_posts_message', :post_count => @post_count, :contact_count=> @aspect_contacts_count
|
||||||
|
|
||||||
%ul{:class => 'stream', :id => 'main_stream'}
|
#main_stream.stream
|
||||||
= render 'shared/stream', :posts => @post_hashes
|
= render 'shared/stream', :posts => @post_hashes
|
||||||
=will_paginate @posts
|
=will_paginate @posts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue