Sha256: 07dbed11debede052a97c781fe34ac0159b8e49196ab8b5f3cac8b16ba1defa9

Contents?: true

Size: 339 Bytes

Versions: 5

Compression:

Stored size: 339 Bytes

Contents

<% breadcrumb :product, @product %>

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

<p>
  <%= link_to "See reviews", product_reviews_path(@product), class: "js-append-trail" %>
</p>

<p>
  The product description would go here.
</p>

<div id="back">
  <% parent_breadcrumb do |parent| %>
    <%= breadcrumb_link_to "Back", parent.url %>
  <% end %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

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