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