Sha256: f928b54d2335fd7f549db029e7e0c1dc9e9e9f354b8e9258bb64803278b880c9

Contents?: true

Size: 559 Bytes

Versions: 18

Compression:

Stored size: 559 Bytes

Contents

<%= title t("product_category") %>

<% content_for :right do -%>
	<li class="active">
		<%= link_to t(:edit), edit_product_category_path(@product_category) %>
	</li>
	<li class="active">
		<%= link_to t(:back), product_categories_path %>
	</li>
<% end -%>

	<p>
	  <small><%= t(:name, scope: "activerecord.attributes.product_category") %>:</small>
	  <h3><%= @product_category.name %></h3>
	</p>
	<p>
	  <small><%= t(:product_category, scope: "activerecord.attributes.product_category") %>:</small>
	  <h3><%= @product_category.product_category %></h3>
	</p>

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
mechanize_store-0.0.19 app/views/mechanize_store/product_categories/show.html.erb
mechanize_store-0.0.18 app/views/mechanize_store/product_categories/show.html.erb
mechanize_store-0.0.17 app/views/mechanize_store/product_categories/show.html.erb
mechanize_store-0.0.16 app/views/mechanize_store/product_categories/show.html.erb
mechanize_store-0.0.15 app/views/mechanize_store/product_categories/show.html.erb
mechanize_store-0.0.14 app/views/mechanize_store/product_categories/show.html.erb
mechanize_store-0.0.13 app/views/mechanize_store/product_categories/show.html.erb
mechanize_store-0.0.12 app/views/mechanize_store/product_categories/show.html.erb
mechanize_store-0.0.11 app/views/mechanize_store/product_categories/show.html.erb
mechanize_store-0.0.10 app/views/mechanize_store/product_categories/show.html.erb
mechanize_store-0.0.8 app/views/mechanize_store/product_categories/show.html.erb
mechanize_store-0.0.7 app/views/mechanize_store/product_categories/show.html.erb
mechanize_store-0.0.6 app/views/mechanize_store/product_categories/show.html.erb
mechanize_store-0.0.5 app/views/mechanize_store/product_categories/show.html.erb
mechanize_store-0.0.4 app/views/mechanize_store/product_categories/show.html.erb
mechanize_store-0.0.3 app/views/mechanize_store/product_categories/show.html.erb
mechanize-store-0.0.2 app/views/mechanize_store/product_categories/show.html.erb
mechanize-store-0.0.1 app/views/mechanize_store/product_categories/show.html.erb