Sha256: fd0608a4fec7811e718cc789e7a3ef26016b92c5ce94cbf360a3c0263b38c08d
Contents?: true
Size: 767 Bytes
Versions: 6
Compression:
Stored size: 767 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"> <%= button t('spree.actions.create') %> </div> </fieldset> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems