Sha256: 476195cc6e99b7d11c55e373af0ddd78ec9761836581b905c46eacc14cb81d9c

Contents?: true

Size: 917 Bytes

Versions: 64

Compression:

Stored size: 917 Bytes

Contents

<% content_for :title do %>
  <%= @user.name+" | "+t('site.name') %>
<% end %>


<% content_for :description do %>
  <% if @user.profile.description? %>
    <%= @user.profile.description%>
  <% else %>
    <%= @user.name+" "+t('profile.is_on') + " "+ t('site.name') %>
  <% end %>
<% end %>

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

<% sidebar %>

<%= location(link_to(t('profile.one')+": "+truncate_name(sanitize @user.name)))%>
              
<% toolbar :profile, :subject => @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).
                                              page(params[:page]),
                         :owner => @user } %>

Version data entries

64 entries across 64 versions & 2 rubygems

Version Path
social_stream-1.1.12 base/app/views/users/_show.html.erb
social_stream-base-1.1.11 app/views/users/_show.html.erb
social_stream-1.1.11 base/app/views/users/_show.html.erb
social_stream-base-1.1.10 app/views/users/_show.html.erb
social_stream-1.1.10 base/app/views/users/_show.html.erb
social_stream-base-1.1.9 app/views/users/_show.html.erb
social_stream-1.1.9 base/app/views/users/_show.html.erb
social_stream-base-1.1.8 app/views/users/_show.html.erb
social_stream-1.1.8 base/app/views/users/_show.html.erb
social_stream-base-1.1.7 app/views/users/_show.html.erb
social_stream-1.1.7 base/app/views/users/_show.html.erb
social_stream-base-1.1.6 app/views/users/_show.html.erb
social_stream-1.1.6 base/app/views/users/_show.html.erb
social_stream-base-1.1.5 app/views/users/_show.html.erb
social_stream-1.1.5 base/app/views/users/_show.html.erb
social_stream-base-1.1.4 app/views/users/_show.html.erb
social_stream-1.1.4 base/app/views/users/_show.html.erb
social_stream-1.1.3 base/app/views/users/_show.html.erb
social_stream-base-1.1.3 app/views/users/_show.html.erb
social_stream-1.1.2 base/app/views/users/_show.html.erb