Skip to content

Instantly share code, notes, and snippets.

@armandofox
Created November 15, 2020 20:41
Show Gist options
  • Save armandofox/346fa8a3eb59a81e1b2d8780db966976 to your computer and use it in GitHub Desktop.
Save armandofox/346fa8a3eb59a81e1b2d8780db966976 to your computer and use it in GitHub Desktop.
index_using_partial.html.erb
<!-- ...other code from index.html.erb here... -->
<div class="row bg-dark text-white">
<div class="col-6 text-center">Title and More Info</div>
<div class="col-2 text-center">Rating</div>
<div class="col-4 text-center">Release Date</div>
</div>
<%= render partial: 'movie', collection: @movies %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment