Sha256: 692ce57ecc289f0237ff3178e4bd92935e48058e51174bf500fd2317dc71c5a9
Contents?: true
Size: 841 Bytes
Versions: 69
Compression:
Stored size: 841 Bytes
Contents
<%= render :partial => 'spree/admin/shared/configuration_menu' %> <% content_for :page_title do %> <%= Spree.t(:editing_payment_method) %> <i class="fa fa-arrow-right"></i> <%= @payment_method.name %> <% end %> <% content_for :page_actions do %> <li> <%= button_link_to Spree.t(:back_to_payment_methods_list), spree.admin_payment_methods_path, :icon => 'arrow-left' %> </li> <% end %> <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @payment_method } %> <%= form_for @payment_method, :url => admin_payment_method_path(@payment_method) 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.update'), 'refresh' %> </div> </fieldset> <% end %>
Version data entries
69 entries across 69 versions & 2 rubygems