Skip to content

Instantly share code, notes, and snippets.

@shankardevy
Last active August 18, 2017 06:45
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 shankardevy/729fc973b948ff6e9fe5fa9eeda2a076 to your computer and use it in GitHub Desktop.
Save shankardevy/729fc973b948ff6e9fe5fa9eeda2a076 to your computer and use it in GitHub Desktop.
<h1 class="page-title"><%= title_case @name %></h1>
<div class="row">
<%= for product <- @products do %>
<div class="col-md-4">
<%= render MangoWeb.ProductView, "product_card.html", product: product %>
</div>
<% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment