Sha256: 44c2a5c61f7e8d933e4f8374ccc42e9cb26c33c09107fad648b2cb881991e769

Contents?: true

Size: 467 Bytes

Versions: 25

Compression:

Stored size: 467 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 %>

<section id="profile">

  <%= render partial: 'toolbar/profile', locals: { :subject => @profile.subject } %>

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

  <%= render partial: 'sidebar/show' %>
</section>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
social_stream-2.2.2 base/app/views/profiles/show.html.erb
social_stream-base-2.2.2 app/views/profiles/show.html.erb
social_stream-2.2.1 base/app/views/profiles/show.html.erb
social_stream-base-2.2.1 app/views/profiles/show.html.erb
social_stream-2.2.0 base/app/views/profiles/show.html.erb
social_stream-base-2.2.0 app/views/profiles/show.html.erb
social_stream-2.1.1 base/app/views/profiles/show.html.erb
social_stream-2.1.0 base/app/views/profiles/show.html.erb
social_stream-base-2.1.0 app/views/profiles/show.html.erb
social_stream-2.0.4 base/app/views/profiles/show.html.erb
social_stream-base-2.0.4 app/views/profiles/show.html.erb
social_stream-2.0.3 base/app/views/profiles/show.html.erb
social_stream-base-2.0.3 app/views/profiles/show.html.erb
social_stream-2.0.2 base/app/views/profiles/show.html.erb
social_stream-base-2.0.2 app/views/profiles/show.html.erb
social_stream-2.0.1 base/app/views/profiles/show.html.erb
social_stream-base-2.0.1 app/views/profiles/show.html.erb
social_stream-2.0.0 base/app/views/profiles/show.html.erb
social_stream-base-2.0.0 app/views/profiles/show.html.erb
social_stream-2.0.0.beta3 base/app/views/profiles/show.html.erb