Sha256: 57057de563d92a2a950ebcf2690d82e9a102d35035473b939150c738f99d5b0a
Contents?: true
Size: 426 Bytes
Versions: 8
Compression:
Stored size: 426 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
8 entries across 8 versions & 1 rubygems