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-base-0.7.2 app/views/profiles/show.html.erb
social_stream-base-0.7.1 app/views/profiles/show.html.erb
social_stream-base-0.7.0 app/views/profiles/show.html.erb
social_stream-base-0.6.8 app/views/profiles/show.html.erb
social_stream-base-0.6.6 app/views/profiles/show.html.erb
social_stream-base-0.6.5 app/views/profiles/show.html.erb
social_stream-base-0.6.3 app/views/profiles/show.html.erb
social_stream-base-0.6.2 app/views/profiles/show.html.erb
social_stream-base-0.6.1 app/views/profiles/show.html.erb
social_stream-base-0.6.0 app/views/profiles/show.html.erb
social_stream-base-0.5.2 app/views/profiles/show.html.erb
social_stream-base-0.5.1 app/views/profiles/show.html.erb
social_stream-base-0.5.0 app/views/profiles/show.html.erb
social_stream-0.4.6 app/views/profiles/show.html.erb
social_stream-0.4.5 app/views/profiles/show.html.erb