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.6.0 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.5.9 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.5.8 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.5.7 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.5.6 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.5.5 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.5.4 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.5.3 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.5.2 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.5.1 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.5.0 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.4.9 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.4.8 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.4.7 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.4.6 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.4.5 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.4.4 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.4.3 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.4.2 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.4.0 app/views/auth/shopping/products/index/_show.html.erb