Sha256: de24d062f11c95788c03144132fba2a00cf6d7dcee292cc1e25b63c51c8a9cd3
Contents?: true
Size: 718 Bytes
Versions: 9
Compression:
Stored size: 718 Bytes
Contents
<%= render :partial => 'spree/admin/shared/configuration_menu' %> <% content_for :page_title do %> <%= t(:new_payment_method) %> <% end %> <% content_for :page_actions do %> <li> <%= button_link_to t(:back_to_payment_methods_list), 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 => 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(:create), 'icon-ok' %> </div> </fieldset> <% end %>
Version data entries
9 entries across 9 versions & 2 rubygems