Sha256: d004ca65f86c0c262c002a30c2794ad1bf624f95b920d3ff7c87eb9490af30ca

Contents?: true

Size: 368 Bytes

Versions: 12

Compression:

Stored size: 368 Bytes

Contents

<%= render :partial => 'admin/shared/configuration_menu' %>

<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 class="form-buttons">
    <%= button t("update")%>
  </p>
<% end %>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
spree-enriquez-0.9.4 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb
spree-0.9.4 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb
spree-0.9.3 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb
spree-0.9.2 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb
spree-0.9.1 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb
spree-0.9.0 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb
spree-0.8.4 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb
spree-0.8.5 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb
spree-0.8.0 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb
spree-0.8.1 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb
spree-0.8.2 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb
spree-0.8.3 vendor/extensions/payment_gateway/app/views/admin/gateway_configurations/edit.html.erb