Skip to content

Instantly share code, notes, and snippets.

@shrirambalakrishnan
Created November 5, 2018 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrirambalakrishnan/99da4728462134beb5ec330ca17936e5 to your computer and use it in GitHub Desktop.
Save shrirambalakrishnan/99da4728462134beb5ec330ca17936e5 to your computer and use it in GitHub Desktop.
<ol class="movies-list">
<% @movies.each do |movie| %>
<li>
<div>
<span><%= movie.name %></span>
</div>
</li>
<% end %>
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment