Sha256: 9c67775b84f83c08edfa1ef9437fa357b59a16a875c92e995044f938c9a40d52

Contents?: true

Size: 940 Bytes

Versions: 15

Compression:

Stored size: 940 Bytes

Contents

<% content_for :title do %>
  <%= @group.name+" | "+t('site.name') %>
<% end %>

<% content_for :description do %>
  <% if @group.profile.description? %>
    <%= @group.profile.description%>
  <% else %>
    <%= @group.name+" "+t('profile.is_on') + " "+ t('site.name') %>
  <% 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

15 entries across 15 versions & 2 rubygems

Version Path
social_stream-0.16.1 base/app/views/groups/_show.html.erb
social_stream-base-0.11.0 app/views/groups/_show.html.erb
social_stream-0.15.8 base/app/views/groups/_show.html.erb
social_stream-base-0.10.11 app/views/groups/_show.html.erb
social_stream-0.15.7 base/app/views/groups/_show.html.erb
social_stream-base-0.10.10 app/views/groups/_show.html.erb
social_stream-0.15.6 base/app/views/groups/_show.html.erb
social_stream-base-0.10.9 app/views/groups/_show.html.erb
social_stream-0.15.5 base/app/views/groups/_show.html.erb
social_stream-base-0.10.8 app/views/groups/_show.html.erb
social_stream-0.15.4 base/app/views/groups/_show.html.erb
social_stream-base-0.10.7 app/views/groups/_show.html.erb
social_stream-0.15.1 base/app/views/groups/_show.html.erb
social_stream-0.15.0 base/app/views/groups/_show.html.erb
social_stream-base-0.10.6 app/views/groups/_show.html.erb