Sha256: 50ef28c9dd66bdc8f48fa0da9f0244ef122837efe3d9f64a5b3a011b648ec566

Contents?: true

Size: 421 Bytes

Versions: 19

Compression:

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

<%= render :partial => 'show' %>

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
social_stream-2.1.1 base/app/views/groups/show.html.erb
social_stream-2.1.0 base/app/views/groups/show.html.erb
social_stream-base-2.1.0 app/views/groups/show.html.erb
social_stream-2.0.4 base/app/views/groups/show.html.erb
social_stream-base-2.0.4 app/views/groups/show.html.erb
social_stream-2.0.3 base/app/views/groups/show.html.erb
social_stream-base-2.0.3 app/views/groups/show.html.erb
social_stream-2.0.2 base/app/views/groups/show.html.erb
social_stream-base-2.0.2 app/views/groups/show.html.erb
social_stream-2.0.1 base/app/views/groups/show.html.erb
social_stream-base-2.0.1 app/views/groups/show.html.erb
social_stream-2.0.0 base/app/views/groups/show.html.erb
social_stream-base-2.0.0 app/views/groups/show.html.erb
social_stream-2.0.0.beta3 base/app/views/groups/show.html.erb
social_stream-base-2.0.0.beta3 app/views/groups/show.html.erb
social_stream-2.0.0.beta2 base/app/views/groups/show.html.erb
social_stream-base-2.0.0.beta2 app/views/groups/show.html.erb
social_stream-2.0.0.beta1 base/app/views/groups/show.html.erb
social_stream-base-2.0.0.beta1 app/views/groups/show.html.erb