Sha256: 8bba5d0195a86e827a9221fd77c1e223a4c5fa1c314718f97fc01f55578c2020

Contents?: true

Size: 367 Bytes

Versions: 5

Compression:

Stored size: 367 Bytes

Contents

<%# clip %>
<%= render :partial => "/pull_quotes", :locals => {:clip => clip} %>
<div id="short_profiles">
  <% clip.people.each do |person| %>
    <%= render 'people/short_profile',
      :mustache => {:full_name => person.full_name, :short_bio => person.short_bio,
        :person_href => person_path(person), :last_name => person.last_name} %>
  <% end -%>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kinney-0.1.1 app/views/kinney/_short_profile_and_pull_quotes.html.erb
kinney-0.1.0 app/views/kinney/_short_profile_and_pull_quotes.html.erb
kinney-0.0.3 app/views/kinney/_short_profile_and_pull_quotes.html.erb
kinney-0.0.2 app/views/kinney/_short_profile_and_pull_quotes.html.erb
kinney-0.0.1 app/views/kinney/_short_profile_and_pull_quotes.html.erb