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