Sha256: 8b203629191226e144f1c9557a4b195c071d5d58b741df8f8e82cd5af76e760c

Contents?: true

Size: 416 Bytes

Versions: 3

Compression:

Stored size: 416 Bytes

Contents

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

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

<%= form_for(:authentication_method, :url => collection_url) do |f| %>
  <%= render :partial => "form", :locals => { :f => f } %>
  <p class="form-buttons"><%= button t("create") %></p>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

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