Sha256: 4c5f7f8e09d4c6710bd08eee690d248aac40a822f69280191ef8182291c0445f
Contents?: true
Size: 364 Bytes
Versions: 1
Compression:
Stored size: 364 Bytes
Contents
<%= render :partial => 'admin/shared/configuration_menu' %> <h1><%= t("editing_billing_integration") %></h1> <%= error_messages_for :billing_integration %> <% form_for(@billing_integration, :url => object_url, :html => { :method => :put }) do |f| %> <%= render :partial => "form", :locals => { :f => f } %> <p> <%=submit_tag t("update")%> </p> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree-enriquez-0.9.4 | app/views/admin/billing_integrations/edit.html.erb |