app/views/chaltron/ldap/multi_new.html.erb in chaltron-0.2.2 vs app/views/chaltron/ldap/multi_new.html.erb in chaltron-0.2.3
- old
+ new
@@ -1,10 +1,10 @@
<div class='container-fluid'>
<h3 class='page-header'><%= t('.title') %></h3>
<%= content_tag :p, t('.par') %>
- <%= bootstrap_form_for(User.new, url: ldap_multi_create_url, method: :post,
+ <%= bootstrap_form_for(User.new, url: ldap_multi_create_path, method: :post,
layout: :horizontal, html: {id: 'ldap_create'}) do |f| %>
<%= f.form_group do %>
<%= content_tag 'table', id: 'ldap_create', class: 'table table-striped table-condensed' do %>
<thead>