Sha256: 4f7a709aa3eefa64e4f3e3940dea36ad2275989f96f2c0b247f7c6ca9573212a

Contents?: true

Size: 437 Bytes

Versions: 50

Compression:

Stored size: 437 Bytes

Contents

<% content_for :title do%>
  <%= @profile.subject.name %>
<%end%>
<% if @profile.description? %>
  <% content_for :description do %>
    <%= @profile.description%>
  <% end %>
<%end%>

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

<% sidebar %>

<% toolbar :profile => @profile.subject %>


<%= location(link_to(t('menu.information'), [@profile.subject, :profile])) %>


<%= render :partial => "profile" %>

Version data entries

50 entries across 50 versions & 4 rubygems

Version Path
social_stream-0.23.4 base/app/views/profiles/show.html.erb
social_stream-base-0.17.3 app/views/profiles/show.html.erb
social_stream-0.23.3 base/app/views/profiles/show.html.erb
social_stream-base-0.17.2 app/views/profiles/show.html.erb
social_stream-0.23.2 base/app/views/profiles/show.html.erb
social_stream-base-0.17.1 app/views/profiles/show.html.erb
social_stream-0.23.1 base/app/views/profiles/show.html.erb
social_stream-base-0.17.0 app/views/profiles/show.html.erb
social_stream-0.22.1 base/app/views/profiles/show.html.erb
social_stream-base-0.16.4 app/views/profiles/show.html.erb
social_stream-0.22.0 base/app/views/profiles/show.html.erb
social_stream-base-0.16.3 app/views/profiles/show.html.erb
social_stream-0.21.4 base/app/views/profiles/show.html.erb
social_stream-base-0.16.2 app/views/profiles/show.html.erb
social_stream-0.21.3 base/app/views/profiles/show.html.erb
social_stream-0.21.2 base/app/views/profiles/show.html.erb
social_stream-0.21.1 base/app/views/profiles/show.html.erb
social_stream-base-0.16.1 app/views/profiles/show.html.erb
social_stream-0.21.0 base/app/views/profiles/show.html.erb
social_stream-base-0.16.0 app/views/profiles/show.html.erb