Sha256: 4f7a709aa3eefa64e4f3e3940dea36ad2275989f96f2c0b247f7c6ca9573212a
Contents?: true
Size: 437 Bytes
Versions: 50
Compression:
Stored size: 437 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 %> <% sidebar %> <% toolbar :profile => @profile.subject %> <%= location(link_to(t('menu.information'), [@profile.subject, :profile])) %> <%= render :partial => "profile" %>
Version data entries
50 entries across 50 versions & 4 rubygems