Created
November 15, 2020 20:41
-
-
Save armandofox/346fa8a3eb59a81e1b2d8780db966976 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