Sha256: b8ac931e601af14e36819d07deaad68cfcdf78feb9f7fa186a8a0854ce4c3d14
Contents?: true
Size: 616 Bytes
Versions: 3
Compression:
Stored size: 616 Bytes
Contents
<%= render 'spree/admin/shared/configuration_menu' %> <% content_for :page_title do %> <%= Spree.t(:new_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/new_resource_links' %> </fieldset> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems