Sha256: a0e5429e65b4c55eb183001fa1e4a2fb4cb0a7515605750535e8af709d935e7b
Contents?: true
Size: 823 Bytes
Versions: 9
Compression:
Stored size: 823 Bytes
Contents
<%= render :partial => 'spree/admin/shared/configuration_menu' %> <% content_for :page_title do %> <%= t(:editing_payment_method) %> <i class="icon-arrow-right"></i> <%= @payment_method.name %> <% end %> <% content_for :page_actions do %> <li> <%= button_link_to 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 t(:update), 'icon-refresh' %> </div> </fieldset> <% end %>
Version data entries
9 entries across 9 versions & 2 rubygems