Sha256: 0d4c5e7a51765d45681da4eea60e79da1a1d6d5228f49fbb7d631e07c86ef0c7

Contents?: true

Size: 202 Bytes

Versions: 5

Compression:

Stored size: 202 Bytes

Contents

<% breadcrumb :category, @category %>

<h1><%= @category.name %></h1>

<ul id="products">
  <% @category.products.each do |product| %>
    <li><%= link_to product.name, product %></li>
  <% end %>
</ul>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gretel-trails-0.0.5 test/dummy/app/views/categories/show.html.erb
gretel-trails-0.0.4 test/dummy/app/views/categories/show.html.erb
gretel-trails-0.0.3 test/dummy/app/views/categories/show.html.erb
gretel-trails-0.0.2 test/dummy/app/views/categories/show.html.erb
gretel-trails-0.0.1 test/dummy/app/views/categories/show.html.erb