Sha256: 178207894032dae2ea3303939ad845a5c10b3ad113e8d1282df21fbfcef02c74

Contents?: true

Size: 512 Bytes

Versions: 90

Compression:

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

<% content_for :sidebar do %>
  <%= render :partial => 'users/sidebar_index' %>
<% end %>

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


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


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

Version data entries

90 entries across 90 versions & 2 rubygems

Version Path
social_stream-0.16.1 base/app/views/profiles/show.html.erb
social_stream-base-0.11.0 app/views/profiles/show.html.erb
social_stream-0.15.8 base/app/views/profiles/show.html.erb
social_stream-base-0.10.11 app/views/profiles/show.html.erb
social_stream-0.15.7 base/app/views/profiles/show.html.erb
social_stream-base-0.10.10 app/views/profiles/show.html.erb
social_stream-0.15.6 base/app/views/profiles/show.html.erb
social_stream-base-0.10.9 app/views/profiles/show.html.erb
social_stream-0.15.5 base/app/views/profiles/show.html.erb
social_stream-base-0.10.8 app/views/profiles/show.html.erb
social_stream-0.15.4 base/app/views/profiles/show.html.erb
social_stream-base-0.10.7 app/views/profiles/show.html.erb
social_stream-0.15.1 base/app/views/profiles/show.html.erb
social_stream-0.15.0 base/app/views/profiles/show.html.erb
social_stream-base-0.10.6 app/views/profiles/show.html.erb
social_stream-0.14.1 base/app/views/profiles/show.html.erb
social_stream-base-0.10.5 app/views/profiles/show.html.erb
social_stream-0.14.0 base/app/views/profiles/show.html.erb
social_stream-base-0.10.4 app/views/profiles/show.html.erb
social_stream-0.13.3 base/app/views/profiles/show.html.erb