Sha256: 8b1cd58d658af777ab025cf8d96a4a260b3956f7fcde11d763de051f57386093

Contents?: true

Size: 407 Bytes

Versions: 14

Compression:

Stored size: 407 Bytes

Contents

<%= render :partial => 'admin/shared/configuration_menu' %>

<h1><%= t("editing_payment_method") %></h1>
<%= render "shared/error_messages", :target => @payment_method %>
<%= form_for(@payment_method, :url => admin_payment_method_path(@payment_method), :html => { :method => :put }) do |f| %>
  <%= render :partial => "form", :locals => { :f => f } %>
  <p>
    <%=submit_tag t("update")%>
  </p>
<% end %>

Version data entries

14 entries across 14 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/payment_methods/edit.html.erb
My-Commerce_core-1.1.0 app/views/admin/payment_methods/edit.html.erb
My-Commerce_core-1.0.0 app/views/admin/payment_methods/edit.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/payment_methods/edit.html.erb
MyCommerce-0.0.3 core/app/views/admin/payment_methods/edit.html.erb
rfcommerce_core-0.0.3 app/views/admin/payment_methods/edit.html.erb
spree_core-0.60.6 app/views/admin/payment_methods/edit.html.erb
spree_core-0.60.5 app/views/admin/payment_methods/edit.html.erb
spree_core-0.60.4 app/views/admin/payment_methods/edit.html.erb
spree_core-0.60.3 app/views/admin/payment_methods/edit.html.erb
spree_core-0.60.2 app/views/admin/payment_methods/edit.html.erb
spree_core-0.60.1 app/views/admin/payment_methods/edit.html.erb
spree_core-0.60.0 app/views/admin/payment_methods/edit.html.erb
spree_core-0.60.0.RC1 app/views/admin/payment_methods/edit.html.erb