Sha256: a1f76b22444077cc2bd166722004381efeeeb557e1e161944d86c9a797f4e270

Contents?: true

Size: 751 Bytes

Versions: 7

Compression:

Stored size: 751 Bytes

Contents

<div class="col s12 m12 l12">
	<ul class="collection with-header">
        <li class="collection-header"><h2><%= product.name %></h2></li>
        <% product.summary.each do |s| %>
	       	<li class="collection-item">
	          	<div>
	          		<i class="material-icons icon-align <%= s.summary_icon_color %>"><%= s.summary_icon_class %></i>
	          		<span class="m-20-left"><%= s.summary_text %></span>
	          	</div>
	        </li>
        <% end %>
        <li class="collection-item">
          	<div>
          		<i class="material-icons icon-align blue-grey-text">payment
          		</i>
          		<span class="m-20-left"><%= Auth.configuration.currency %> <%= product.price %>/-</span>
          	</div>
	    </li>
	</ul>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wordjelly-auth-1.1.7 app/views/auth/shopping/products/show/_summary.html.erb
wordjelly-auth-1.1.6 app/views/auth/shopping/products/show/_summary.html.erb
wordjelly-auth-1.1.5 app/views/auth/shopping/products/show/_summary.html.erb
wordjelly-auth-1.1.4 app/views/auth/shopping/products/show/_summary.html.erb
wordjelly-auth-1.1.3 app/views/auth/shopping/products/show/_summary.html.erb
wordjelly-auth-1.1.2 app/views/auth/shopping/products/show/_summary.html.erb
wordjelly-auth-1.1.1 app/views/auth/shopping/products/show/_summary.html.erb