app/views/chaltron/ldap/search.html.erb in chaltron-1.0.10 vs app/views/chaltron/ldap/search.html.erb in chaltron-1.1.0
- old
+ new
@@ -3,10 +3,10 @@
<%= bootstrap_form_tag(url: ldap_multi_new_path, method: :post, layout: :horizontal,
label_col: 'col-sm-2', control_col: 'col-sm-10') 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 :lastname, label: t('.lastname_label'), help: t('.lastname_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 %>
<div class='form-group row'>
<div class='col-sm-2'></div>