Sha256: af4db1ad682993a714848dc3e0e51b27d7d3ba5acb582916e27056deee7ed849

Contents?: true

Size: 558 Bytes

Versions: 2

Compression:

Stored size: 558 Bytes

Contents

<% content_for :middle do %>
  <%= render :partial => 'middle' %>
<% end %>

<% content_for :right do %>
  <%= render :partial => "right" %>
<% end %>

<%= render :partial => 'location' %>

<br class="clearfloat" />
<div class="space_center">
</div>

<% if current_subject.respond_to?(:recent_groups) %>
<div id="my_groups">
  <%= render :partial => "groups" %>
</div>
<% end %>

<%= render :partial => "activities/activities",
           :locals => { :activities => current_subject.home_wall.paginate,
                        :owner => current_subject } %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
social_stream-0.3.1 app/views/home/index.html.erb
social_stream-0.3.0 app/views/home/index.html.erb