Sha256: 36cb92ac5e7dac36bb5da0c657cc5d675654f500b47d39f32a952ced3a116022
Contents?: true
Size: 452 Bytes
Versions: 27
Compression:
Stored size: 452 Bytes
Contents
<%= render :partial => 'spree/admin/shared/configuration_menu' %> <h1><%= t(:editing_payment_method) %></h1> <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @payment_method } %> <%= form_for @payment_method, :url => admin_payment_method_path(@payment_method), :method => :put do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <p data-hook="buttons"> <%= submit_tag t(:update) %> </p> <% end %>
Version data entries
27 entries across 27 versions & 1 rubygems