Sha256: 828a68c8dd7a49646e104ed660f4141944a52ae21423c7898060f3e6a40bf3dd

Contents?: true

Size: 313 Bytes

Versions: 1

Compression:

Stored size: 313 Bytes

Contents

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

<h1><%= t("new_billing_integration") %></h1>
<%= error_messages_for :gateway %>

<% form_for(:gateway, :url => collection_url) do |f| %>
  <%= render :partial => "form", :locals => { :f => f } %>
  <p>
    <%= submit_tag t("create") %>
  </p>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree-enriquez-0.9.4 app/views/admin/billing_integrations/new.html.erb