Sha256: d39e6da6b2546e20f04dfbc67e6e61ec3b5204a60747f8bcda86fb6728428ce4

Contents?: true

Size: 630 Bytes

Versions: 2

Compression:

Stored size: 630 Bytes

Contents

<%= render 'spree/admin/shared/configuration_menu' %>

<% content_for :page_title do %>
  <%= I18n.t('spree.edit_social_method') %>
<% end %>

<% content_for :page_actions do %>
  <li><%= link_to_with_icon 'icon-arrow-left', I18n.t('spree.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

2 entries across 2 versions & 1 rubygems

Version Path
solidus_social-1.3.1 app/views/spree/admin/authentication_methods/edit.html.erb
solidus_social-1.3.0 app/views/spree/admin/authentication_methods/edit.html.erb