Sha256: 9c962b276a39447114b958660e22a6211288c66d14ac6406252c370b9cb8528e

Contents?: true

Size: 997 Bytes

Versions: 5

Compression:

Stored size: 997 Bytes

Contents

<% content_for :title do %>
  <%= @user.name%>
<% end %>

<% if @user.profile.description? %>
  <% content_for :description do %>
    <%= @user.profile.description%>
  <% end %>
<% end %>

<% content_for :keywords do %>
  <%= @user.profile.subject.tag_list%>
<% end %>

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

<%= location(link_to(image_tag("btn/btn_profile.png", :class => "btn_config")+t('profile.one')+": "+
                      content_tag(:span, ( sanitize @user.name), :class=>"name_group")))%>
              
<% toolbar :profile => @user %>

<br class="clearfloat" />
<div class="space_center">
</div>

<%= render :partial => "users/groups",
           :locals  => { :user => @user } %>

<%= render :partial => "activities/index",
           :locals  => { :activities => @user.wall(:profile, :for => current_subject).
                                              paginate(:page => params[:page]),
                         :owner => @user } %>

Version data entries

5 entries across 5 versions & 2 rubygems

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