%= render :partial => 'admin/shared/configuration_menu' %>
<%= t("edit_social_method") %>
<%= t("edit_social_method_warning") %>
<%= 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 } %>
<%= button t("edit") %>
<% end %>