Created
December 10, 2020 00:33
-
-
Save armandofox/be580b19585cd2e77d6ce7fcacfd5508 to your computer and use it in GitHub Desktop.
index_using_partial.html.erb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ...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