Sha256: e9b4964ac4900ee6b55b84cb67930938115233cc68caa0900b2d5f5e155250c6

Contents?: true

Size: 456 Bytes

Versions: 8

Compression:

Stored size: 456 Bytes

Contents

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

<% content_for :right do %>
  <%= render :partial => 'right_show' %>
<% end %>


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

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

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

<%= render :partial => "activities/activities",
           :locals => { :activities => @group.wall_profile,
                        :owner => @group } %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
social_stream-0.1.7 app/views/groups/show.html.erb
social_stream-0.1.6 app/views/groups/show.html.erb
social_stream-0.1.5 app/views/groups/show.html.erb
social_stream-0.1.4 app/views/groups/show.html.erb
social_stream-0.1.3 app/views/groups/show.html.erb
social_stream-0.1.2 app/views/groups/show.html.erb
social_stream-0.1.1 app/views/groups/show.html.erb
social_stream-0.1.0 app/views/groups/show.html.erb