Sha256: 25e7f2442d66ab9cd8f5119f49ed961391e14733e3dbf329ce842924b3bcab7c

Contents?: true

Size: 305 Bytes

Versions: 12

Compression:

Stored size: 305 Bytes

Contents

<p id="notice"><%= notice %></p>
<div class="fields">

	<% @auth_shopping_product.attributes_to_show.each do |attr| %>

		
		<div><%= @auth_shopping_product.send("#{attr}") %></div>

	<% end %>
</div>
<%= link_to 'Edit', edit_product_path(@auth_shopping_product) %> |
<%= link_to 'Back', products_path %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wordjelly-auth-1.1.0 app/views/auth/shopping/products/show.html.erb
wordjelly-auth-1.0.9 app/views/auth/shopping/products/show.html.erb
wordjelly-auth-1.0.8 app/views/auth/shopping/products/show.html.erb
wordjelly-auth-1.0.5 app/views/auth/shopping/products/show.html.erb
wordjelly-auth-1.0.4 app/views/auth/shopping/products/show.html.erb
wordjelly-auth-1.0.3 app/views/auth/shopping/products/show.html.erb
wordjelly-auth-1.0.2 app/views/auth/shopping/products/show.html.erb
wordjelly-auth-0.0.8 app/views/auth/shopping/products/show.html.erb
wordjelly-auth-0.0.5 app/views/auth/shopping/products/show.html.erb
wordjelly-auth-0.0.4 app/views/auth/shopping/products/show.html.erb
wordjelly-auth-0.0.3 app/views/auth/shopping/products/show.html.erb
wordjelly-auth-0.0.1 app/views/auth/shopping/products/show.html.erb