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