Sha256: b1ef0d406c058d8b91b62f38be50439cd27e84d6d613a1f7975709efb3aaed2a
Contents?: true
Size: 744 Bytes
Versions: 6
Compression:
Stored size: 744 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, 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
6 entries across 6 versions & 1 rubygems