app/views/users/show.html.erb in social_stream-0.4.3 vs app/views/users/show.html.erb in social_stream-0.4.4

- old
+ new

@@ -1,4 +1,9 @@ +<% content_for :title do %> + <%= @user.name%> +<% end %> + + <% content_for :sidebar do %> <%= render :partial => 'sidebar_index' %> <% end %> <% toolbar :profile => @user %>