Sha256: 0ef722798ccdbd052061f2185d6b3c5f33acf7d10c264af138019a3f0706503a

Contents?: true

Size: 549 Bytes

Versions: 5

Compression:

Stored size: 549 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,
                        :owner => current_subject } %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
social_stream-0.3.6 app/views/home/index.html.erb
social_stream-0.3.5 app/views/home/index.html.erb
social_stream-0.3.4 app/views/home/index.html.erb
social_stream-0.3.3 app/views/home/index.html.erb
social_stream-0.3.2 app/views/home/index.html.erb