app/views/chaltron/ldap/search.html.erb in chaltron-0.2.2 vs app/views/chaltron/ldap/search.html.erb in chaltron-0.2.3

- old
+ new

@@ -1,8 +1,8 @@ <div class='container-fluid'> <h3 class='page-header'><%= t('.title') %></h3> - <%= bootstrap_form_tag(url: ldap_multi_new_url, method: :post, layout: :horizontal) do |f| %> + <%= bootstrap_form_tag(url: ldap_multi_new_path, method: :post, layout: :horizontal) do |f| %> <%= f.text_field :userid, label: t('.name_label'), help: t('.name_help') %> <%= f.text_field :fullname, label: t('.fullname_label'), help: t('.fullname_help') %> <%= f.text_field :department, label: t('.department_label'), help: t('.department_help') %> <%= f.text_field :limit, label: t('.limit_label'), help: t('.limit_help'), value: @limit %>