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