Sha256: add477bb5421aeb612173614f9d3487e6decd915fbf20981c902d92c4da7fbc1

Contents?: true

Size: 953 Bytes

Versions: 9

Compression:

Stored size: 953 Bytes

Contents

<div class='container-fluid'>
  <h3 class='pt-4'><%= t('.title') %></h3>

  <%= 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 :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>
      <div class='col-sm-10'>
        <%= submit_tag t('.submit_text'), class: 'btn btn-primary' %>
        <%= link_to users_path, class: 'btn btn-link pull-right' do %>
          <%= icon :fas, :times, t('chaltron.common.cancel') %>
        <% end %>
      </div>
    </div>
  <% end %>

</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
chaltron-1.0.10 app/views/chaltron/ldap/search.html.erb
chaltron-1.0.9 app/views/chaltron/ldap/search.html.erb
chaltron-1.0.8 app/views/chaltron/ldap/search.html.erb
chaltron-1.0.7 app/views/chaltron/ldap/search.html.erb
chaltron-1.0.6 app/views/chaltron/ldap/search.html.erb
chaltron-1.0.5 app/views/chaltron/ldap/search.html.erb
chaltron-1.0.4 app/views/chaltron/ldap/search.html.erb
chaltron-1.0.3 app/views/chaltron/ldap/search.html.erb
chaltron-1.0.2 app/views/chaltron/ldap/search.html.erb