Sha256: 3b806ed24ba2e602f590c489fcd5955fcff0d6781b1e56a8f7c4f2161aaa437a

Contents?: true

Size: 837 Bytes

Versions: 51

Compression:

Stored size: 837 Bytes

Contents

<% content_for :title do %>
  <%= @group.name%>
<% end %>

<% if @group.profile.description? %>
  <% content_for :description do %>
    <%= @group.profile.description%>
  <% end %>
<% end %>

<% content_for :keywords do %>
  <%= @group.profile.subject.tag_list%>
<% end %>
<% content_for :sidebar do %>
  <%= render :partial => 'sidebar_show' %>
<% end %>

<%= location(link_to(t('group.one')+": "+truncate_name(sanitize @group.name)))%>
                      
<% toolbar :profile => @group %>

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

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

<%= render :partial => "activities/index",
           :locals  => { :activities => @group.wall(:profile, :for => current_subject).
                                               page(params[:page]),
                         :owner => @group } %>

Version data entries

51 entries across 51 versions & 2 rubygems

Version Path
social_stream-base-0.9.23 app/views/groups/_show.html.erb
social_stream-0.11.8 base/app/views/groups/_show.html.erb
social_stream-base-0.9.22 app/views/groups/_show.html.erb
social_stream-0.11.7 base/app/views/groups/_show.html.erb
social_stream-base-0.9.21 app/views/groups/_show.html.erb
social_stream-0.11.6 base/app/views/groups/_show.html.erb
social_stream-base-0.9.20 app/views/groups/_show.html.erb
social_stream-0.11.5 base/app/views/groups/_show.html.erb
social_stream-0.11.4 base/app/views/groups/_show.html.erb
social_stream-0.11.3 base/app/views/groups/_show.html.erb
social_stream-base-0.9.19 app/views/groups/_show.html.erb