Sha256: 9f302eea38f6a82a260c13ccb1faa39de2a4edc7b5a1c37ed96742a3864596f6

Contents?: true

Size: 486 Bytes

Versions: 3

Compression:

Stored size: 486 Bytes

Contents

<%= render :partial => 'admin/shared/configuration_menu' %>

<h1><%= t("edit_social_method") %></h1>
<h4><%= t("edit_social_method_warning") %></h4>
<%= render 'shared/error_messages', :target => @authentication_method %>

<%= form_for(:authentication_method, :url => admin_authentication_method_path(@authentication_method), :html => {:method => :put}) do |f| %>
  <%= render :partial => "form", :locals => { :f => f } %>
  <p class="form-buttons"><%= button t("edit") %></p>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_social-1.1 app/views/admin/authentication_methods/edit.html.erb
spree_social-1.0.2 app/views/admin/authentication_methods/edit.html.erb
spree_social-1.0.1 app/views/admin/authentication_methods/edit.html.erb