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