Sha256: 76a78989b699114c2b34c5a2bd8484dda31a5cea8028f106ce7be73db882e158
Contents?: true
Size: 794 Bytes
Versions: 36
Compression:
Stored size: 794 Bytes
Contents
<%= render 'spree/admin/shared/payments_tabs' %> <% admin_breadcrumb(t('spree.settings')) %> <% admin_breadcrumb(plural_resource_name(Spree::Payment)) %> <% admin_breadcrumb(link_to plural_resource_name(Spree::PaymentMethod), spree.admin_payment_methods_path) %> <% admin_breadcrumb(t('spree.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"> <%= f.submit t('spree.actions.create'), class: 'btn btn-primary' %> </div> </fieldset> <% end %>
Version data entries
36 entries across 36 versions & 1 rubygems