Sha256: f1c181eaf20ad95f46bcbfdff80e2ba9d0212921e613986e659ae24c8cea033c
Contents?: true
Size: 618 Bytes
Versions: 3
Compression:
Stored size: 618 Bytes
Contents
<%= render 'spree/admin/shared/configuration_menu' %> <% content_for :page_title do %> <%= Spree.t(:edit_social_method) %> <% end %> <% content_for :page_actions do %> <li><%= link_to_with_icon 'icon-arrow-left', Spree.t(:back_to_authentication_methods_list), admin_authentication_methods_path, class: 'button' %></li> <% end %> <%= render 'spree/shared/error_messages', target: @authentication_method %> <%= form_for [:admin, @authentication_method] do |f| %> <fieldset class="no-border-top"> <%= render 'form', f: f %> <%= render 'spree/admin/shared/edit_resource_links' %> </fieldset> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems