app/views/users/show.html.erb in social_stream-0.4.4 vs app/views/users/show.html.erb in social_stream-0.4.5
- old
+ new
@@ -1,16 +1,26 @@
<% 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 %>
-
-<%= render :partial => 'location' %>
<br class="clearfloat" />
<div class="space_center">
</div>