Sha256: 60ff57cf755b6992b57fe71f687aee6f43af44772b9989a4d37b89c26bd99a26
Contents?: true
Size: 850 Bytes
Versions: 30
Compression:
Stored size: 850 Bytes
Contents
<%= render :partial => 'spree/admin/shared/configuration_menu' %> <% content_for :page_title do %> <%= Spree.t(:editing_payment_method) %> <i class="icon-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 => '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'), 'icon-refresh' %> </div> </fieldset> <% end %>
Version data entries
30 entries across 30 versions & 1 rubygems