Sha256: fde501450a857a17a6d353679d67a0b132b350aad4fbc5534767e1f2a81c1367

Contents?: true

Size: 872 Bytes

Versions: 50

Compression:

Stored size: 872 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 %>

<% sidebar %>

<%= 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

50 entries across 50 versions & 4 rubygems

Version Path
social_stream-0.23.4 base/app/views/groups/_show.html.erb
social_stream-base-0.17.3 app/views/groups/_show.html.erb
social_stream-0.23.3 base/app/views/groups/_show.html.erb
social_stream-base-0.17.2 app/views/groups/_show.html.erb
social_stream-0.23.2 base/app/views/groups/_show.html.erb
social_stream-base-0.17.1 app/views/groups/_show.html.erb
social_stream-0.23.1 base/app/views/groups/_show.html.erb
social_stream-base-0.17.0 app/views/groups/_show.html.erb
social_stream-0.22.1 base/app/views/groups/_show.html.erb
social_stream-base-0.16.4 app/views/groups/_show.html.erb
social_stream-0.22.0 base/app/views/groups/_show.html.erb
social_stream-base-0.16.3 app/views/groups/_show.html.erb
social_stream-0.21.4 base/app/views/groups/_show.html.erb
social_stream-base-0.16.2 app/views/groups/_show.html.erb
social_stream-0.21.3 base/app/views/groups/_show.html.erb
social_stream-0.21.2 base/app/views/groups/_show.html.erb
social_stream-0.21.1 base/app/views/groups/_show.html.erb
social_stream-base-0.16.1 app/views/groups/_show.html.erb
social_stream-0.21.0 base/app/views/groups/_show.html.erb
social_stream-base-0.16.0 app/views/groups/_show.html.erb