Sha256: 64acffc920e779a7a1c84eb93a3f17663d2cc091dfe5c102c2159e918edde439

Contents?: true

Size: 389 Bytes

Versions: 6

Compression:

Stored size: 389 Bytes

Contents

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

<% content_for :right do -%>
	<li class="active">
		<%= link_to t(:edit), edit_product_section_path(@product_section) %>
	</li>
	<li class="active">
		<%= link_to t(:back), product_sections_path %>
	</li>
<% end -%>

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mechanize_store-0.0.19 app/views/mechanize_store/product_sections/show.html.erb
mechanize_store-0.0.18 app/views/mechanize_store/product_sections/show.html.erb
mechanize_store-0.0.17 app/views/mechanize_store/product_sections/show.html.erb
mechanize_store-0.0.16 app/views/mechanize_store/product_sections/show.html.erb
mechanize_store-0.0.15 app/views/mechanize_store/product_sections/show.html.erb
mechanize_store-0.0.14 app/views/mechanize_store/product_sections/show.html.erb