Sha256: c55a265f4cdd3fb5d2e1d28c111e1367d7c873e628926454ecc5244f09776a24

Contents?: true

Size: 484 Bytes

Versions: 5

Compression:

Stored size: 484 Bytes

Contents

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

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

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

<br class="clearfloat" />
<div class="space_center">
</div>
<div id="my_groups">
  <%= render :partial => "users/groups" %>
</div>
<%= render :partial => "activities/activities",
           :locals => { :activities => current_user.wall,
                        :owner => current_user } %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
social_stream-0.1.7 app/views/home/index.html.erb
social_stream-0.1.6 app/views/home/index.html.erb
social_stream-0.1.5 app/views/home/index.html.erb
social_stream-0.1.4 app/views/home/index.html.erb
social_stream-0.1.3 app/views/home/index.html.erb