Sha256: 56ff1fdd785b9aba564e972a27fa2661880408834bad15b523107091b77184b4

Contents?: true

Size: 697 Bytes

Versions: 5

Compression:

Stored size: 697 Bytes

Contents

<% content_for :sidebar do %>
  <% render :partial => 'sidebar' %>
<% end %>

<%= location(link_to(image_tag("btn/btn_home.png", :class => "btn_config")+t('home')+": "+
                      content_tag(:span, ( sanitize current_subject.name), :class=>"name_group")))%>
                      
<% 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).paginate(:page => params[:page]),
                        :owner => current_subject } %>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
social_stream-base-0.5.2 app/views/home/index.html.erb
social_stream-base-0.5.1 app/views/home/index.html.erb
social_stream-base-0.5.0 app/views/home/index.html.erb
social_stream-0.4.6 app/views/home/index.html.erb
social_stream-0.4.5 app/views/home/index.html.erb