Sha256: 13001610007a223dff8f412ea88a6e6d5e77dfaf8388c8f40b33fb858c6078aa
Contents?: true
Size: 578 Bytes
Versions: 90
Compression:
Stored size: 578 Bytes
Contents
<% content_for :sidebar do %> <% render :partial => 'sidebar' %> <% end %> <%= location(link_to(t('home')+": "+ truncate_name(sanitize current_subject.name)))%> <% toolbar %> <br class="clearfloat" /> <div class="space_center"> </div> <% if current_subject.respond_to?(:recent_groups) %> <div id="my_groups"> <%= render :partial => "groups" %> </div> <% end %> <%= render :partial => "activities/index", :locals => { :activities => current_subject.wall(:home).page(params[:page]), :owner => current_subject } %>
Version data entries
90 entries across 90 versions & 2 rubygems