Sha256: cd155047fe4644248d33a600b756c54e15c313bf62b085888820c95392f6b5cd
Contents?: true
Size: 765 Bytes
Versions: 10
Compression:
Stored size: 765 Bytes
Contents
<%= render 'spree/admin/shared/payments_tabs' %> <% admin_breadcrumb(Spree.t(:settings)) %> <% admin_breadcrumb(plural_resource_name(Spree::Payment)) %> <% admin_breadcrumb(link_to plural_resource_name(Spree::PaymentMethod), spree.admin_payment_methods_path) %> <% admin_breadcrumb(Spree.t(:new_payment_method)) %> <% content_for :page_actions do %> <% end %> <%= render partial: 'spree/shared/error_messages', locals: { target: @payment_method } %> <%= form_for @payment_method, as: :payment_method, url: collection_url do |f| %> <fieldset class="no-border-top"> <%= render partial: 'form', locals: { f: f } %> <div data-hook="buttons" class="filter-actions actions"> <%= button Spree.t('actions.create') %> </div> </fieldset> <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems