Sha256: bb25ee736c443617c52f32d40d97bb127bf314c33ca487c157cdd89548a9aa95

Contents?: true

Size: 428 Bytes

Versions: 8

Compression:

Stored size: 428 Bytes

Contents

-@section = 'posts'

.yui-b

  -box :class => "alt first_alt" do 
    %h3= :featured_writers.l
    - @featured_writers.each do |user|
      = render :partial => "users/sidebar_user", :locals => {:user => user}

#yui-main
  .yui-b
    -box :class => "hfeed" do 
      %h3=:featured_posts.l

      .pagination=paginating_links @posts if @posts.total_count > 1

      = render :partial => 'posts/post', :collection => @posts
  
  

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/posts/featured.html.haml
community_engine-2.3.1 app/views/posts/featured.html.haml
community_engine-2.3.0 app/views/posts/featured.html.haml
community_engine-2.1.0 app/views/posts/featured.html.haml
community_engine-2.0.0 app/views/posts/featured.html.haml
community_engine-2.0.0.beta3 app/views/posts/featured.html.haml
community_engine-2.0.0.beta2 app/views/posts/featured.html.haml
community_engine-2.0.0.beta1 app/views/posts/featured.html.haml