Sha256: f896734c4d4aa4342b673e0233141346ebabe7b6d43027b4a627ad67dc64557c

Contents?: true

Size: 371 Bytes

Versions: 8

Compression:

Stored size: 371 Bytes

Contents

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

<% content_for :right do -%>
	<li class="active">
		<%= link_to t(:edit), edit_payment_type_path(@payment_type) %>
	</li>
	<li class="active">
		<%= link_to t(:back), payment_types_path %>
	</li>
<% end -%>

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

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
mechanize_store-0.0.8 app/views/mechanize_store/payment_types/show.html.erb
mechanize_store-0.0.7 app/views/mechanize_store/payment_types/show.html.erb
mechanize_store-0.0.6 app/views/mechanize_store/payment_types/show.html.erb
mechanize_store-0.0.5 app/views/mechanize_store/payment_types/show.html.erb
mechanize_store-0.0.4 app/views/mechanize_store/payment_types/show.html.erb
mechanize_store-0.0.3 app/views/mechanize_store/payment_types/show.html.erb
mechanize-store-0.0.2 app/views/mechanize_store/payment_types/show.html.erb
mechanize-store-0.0.1 app/views/mechanize_store/payment_types/show.html.erb