Sha256: 9e135fc88f9c8e4b7678fd017b903807d0f6c292c64ba5b9cd1ee968a2e33ad1

Contents?: true

Size: 882 Bytes

Versions: 64

Compression:

Stored size: 882 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, :subject => @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

64 entries across 64 versions & 2 rubygems

Version Path
social_stream-1.1.12 base/app/views/groups/_show.html.erb
social_stream-base-1.1.11 app/views/groups/_show.html.erb
social_stream-1.1.11 base/app/views/groups/_show.html.erb
social_stream-base-1.1.10 app/views/groups/_show.html.erb
social_stream-1.1.10 base/app/views/groups/_show.html.erb
social_stream-base-1.1.9 app/views/groups/_show.html.erb
social_stream-1.1.9 base/app/views/groups/_show.html.erb
social_stream-base-1.1.8 app/views/groups/_show.html.erb
social_stream-1.1.8 base/app/views/groups/_show.html.erb
social_stream-base-1.1.7 app/views/groups/_show.html.erb
social_stream-1.1.7 base/app/views/groups/_show.html.erb
social_stream-base-1.1.6 app/views/groups/_show.html.erb
social_stream-1.1.6 base/app/views/groups/_show.html.erb
social_stream-base-1.1.5 app/views/groups/_show.html.erb
social_stream-1.1.5 base/app/views/groups/_show.html.erb
social_stream-base-1.1.4 app/views/groups/_show.html.erb
social_stream-1.1.4 base/app/views/groups/_show.html.erb
social_stream-1.1.3 base/app/views/groups/_show.html.erb
social_stream-base-1.1.3 app/views/groups/_show.html.erb
social_stream-1.1.2 base/app/views/groups/_show.html.erb