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