Sha256: 8582abc06a4af74923334adc2804cd9dd5f802bd93a8e60562f86fb8f541aa02

Contents?: true

Size: 342 Bytes

Versions: 5

Compression:

Stored size: 342 Bytes

Contents

<h1>Gateway Configuration</h1>
<%= error_messages_for :gateway_configuration %>
<% form_for(:gateway_configuration, :url => object_url, :html => { :method => :put }) do |f| %>
  <%= render :partial => "form", :locals => { :f => f } %>
  <p>
    <%=submit_tag "Update"%> <%= link_to "Cancel", :controller => "admin/overview"%>
  </p>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spree-0.2.0 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb
spree-0.4.1 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb
spree-0.4.0 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb
spree-0.5.0 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb
spree-0.5.1 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb