Sha256: f61913bc5cc92e32cb797c95a9658f1e169a595ca789960a5fce79bc1d6e1b21

Contents?: true

Size: 694 Bytes

Versions: 35

Compression:

Stored size: 694 Bytes

Contents

<div class="col s12 m6 l6 m-40-top">
  <div class="card">
    <div class="card-content blue-grey-text text-darken-2">
      <span class="card-title">
        <span class="<%= product.badge_class %>" data-badge-caption="">
          <%= product.badge_text %>
        </span>
      <%= link_to product.name, product_path(product) %>
      </span>
      <br>
      <p><%= product.description %></p>
      <br>
      <%= render :partial => "auth/shopping/products/show/content.html.erb", locals: {product: product} %>
    </div>
    <div class="card-action">
      <%= render :partial => "auth/shopping/products/show/action_links.html.erb", locals: {product: product} %>
    </div>
  </div>
</div>

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
wordjelly-auth-1.3.9 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.3.8 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.3.7 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.3.6 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.3.5 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.3.3 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.3.2 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.3.1 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.3.0 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.2.9 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.2.8 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.2.6 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.2.5 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.2.4 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.2.3 app/views/auth/shopping/products/index/_show.html.erb