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