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-0.14.1 base/app/views/groups/_show.html.erb
social_stream-base-0.10.5 app/views/groups/_show.html.erb
social_stream-0.14.0 base/app/views/groups/_show.html.erb
social_stream-base-0.10.4 app/views/groups/_show.html.erb
social_stream-0.13.3 base/app/views/groups/_show.html.erb
social_stream-base-0.10.3 app/views/groups/_show.html.erb
social_stream-0.13.2 base/app/views/groups/_show.html.erb
social_stream-base-0.10.2 app/views/groups/_show.html.erb
social_stream-0.13.1 base/app/views/groups/_show.html.erb
social_stream-base-0.10.1 app/views/groups/_show.html.erb
social_stream-0.13.0 base/app/views/groups/_show.html.erb
social_stream-base-0.10.0 app/views/groups/_show.html.erb
social_stream-0.12.14 base/app/views/groups/_show.html.erb
social_stream-base-0.9.36 app/views/groups/_show.html.erb
social_stream-0.12.13 base/app/views/groups/_show.html.erb
social_stream-base-0.9.35 app/views/groups/_show.html.erb
social_stream-0.12.12 base/app/views/groups/_show.html.erb
social_stream-base-0.9.34 app/views/groups/_show.html.erb
social_stream-0.12.11 base/app/views/groups/_show.html.erb
social_stream-base-0.9.33 app/views/groups/_show.html.erb