Sha256: b4ced9a256ad866054d0c66556e93c8231ae018fff5699b19ea41697a2a78ade

Contents?: true

Size: 580 Bytes

Versions: 35

Compression:

Stored size: 580 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(image_tag("btn/btn_edit.png", :class => "menu_icon")+t('menu.information'), 
              [@profile.subject, :profile])) %>


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

Version data entries

35 entries across 35 versions & 2 rubygems

Version Path
social_stream-0.9.2 base/app/views/profiles/show.html.erb
social_stream-base-0.9.6 app/views/profiles/show.html.erb
social_stream-base-0.9.5 app/views/profiles/show.html.erb
social_stream-base-0.9.4 app/views/profiles/show.html.erb
social_stream-base-0.9.3 app/views/profiles/show.html.erb
social_stream-base-0.9.2 app/views/profiles/show.html.erb
social_stream-base-0.9.1 app/views/profiles/show.html.erb
social_stream-base-0.9.0 app/views/profiles/show.html.erb
social_stream-base-0.8.2 app/views/profiles/show.html.erb
social_stream-base-0.8.1 app/views/profiles/show.html.erb
social_stream-base-0.8.0 app/views/profiles/show.html.erb
social_stream-base-0.7.11 app/views/profiles/show.html.erb
social_stream-base-0.7.10 app/views/profiles/show.html.erb
social_stream-base-0.7.9 app/views/profiles/show.html.erb
social_stream-base-0.7.8 app/views/profiles/show.html.erb
social_stream-base-0.7.7 app/views/profiles/show.html.erb
social_stream-base-0.7.6 app/views/profiles/show.html.erb
social_stream-base-0.7.5 app/views/profiles/show.html.erb
social_stream-base-0.7.4 app/views/profiles/show.html.erb
social_stream-base-0.7.3 app/views/profiles/show.html.erb