app/views/chaltron/ldap/search.html.erb in chaltron-0.2.11 vs app/views/chaltron/ldap/search.html.erb in chaltron-0.3.0

- old
+ new

@@ -2,10 +2,10 @@ <h3 class='page-header'><%= t('.title') %></h3> <%= 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 :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 %> <%= f.form_group class: 'form-actions' do %> <%= submit_tag t('.submit_text'), class: 'btn btn-primary' %>