Sha256: 26731c05984a4ec9970c532928a9308b51a2e61313d2d997aa8dea4bd801e6bb

Contents?: true

Size: 427 Bytes

Versions: 2

Compression:

Stored size: 427 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 data-hook="buttons">
    <%=submit_tag t("update")%>
  </p>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_core-0.70.0.rc2 app/views/admin/payment_methods/edit.html.erb
spree_core-0.70.RC1 app/views/admin/payment_methods/edit.html.erb