Sha256: 44c2a5c61f7e8d933e4f8374ccc42e9cb26c33c09107fad648b2cb881991e769
Contents?: true
Size: 467 Bytes
Versions: 25
Compression:
Stored size: 467 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 %> <section id="profile"> <%= render partial: 'toolbar/profile', locals: { :subject => @profile.subject } %> <%= render :partial => "profile" %> <%= render partial: 'sidebar/show' %> </section>
Version data entries
25 entries across 25 versions & 2 rubygems