Sha256: 1c4afe60a9d1d7f2dc5bae75f6a1f8b84d96d25ba043041a012eb65fc267c37f

Contents?: true

Size: 693 Bytes

Versions: 12

Compression:

Stored size: 693 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

12 entries across 12 versions & 1 rubygems

Version Path
wordjelly-auth-1.2.2 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.2.1 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.2.0 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.1.9 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.1.8 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.1.7 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.1.6 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.1.5 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.1.4 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.1.3 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.1.2 app/views/auth/shopping/products/index/_show.html.erb
wordjelly-auth-1.1.1 app/views/auth/shopping/products/index/_show.html.erb