Sha256: 859614ee4c9f34e45195efe154eed78078a33532dd3a792cab2d0c5cc37abe22

Contents?: true

Size: 1.05 KB

Versions: 8

Compression:

Stored size: 1.05 KB

Contents

- @meta = { :description => configatron.meta_description, :keywords => configatron.meta_keywords, :robots => configatron.robots_meta_list_content }

-unless logged_in?
  =render :partial => 'base/homepage_banner_message'

#yui-main
  .yui-b
    -box :class => "hfeed" do 
      %h3
        =:recent_posts.l
      = render :partial => 'posts/post', :collection => @posts
      %h6.all= link_to :see_all_recent_posts.l, recent_path
.yui-b  
  =render :partial => 'shared/explore'

  -box :class => "alt" do 
    %h3
      = :whats_hot.l
      
    %ul.list.page
      -@popular_posts.each do |post|
        =render :partial => 'posts/sidebar_post', :locals => {:post => post}
    %h6.all
      %a{:href=>popular_url}= :see_all.l

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

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