Sha256: 0b5412aaeb7d3f554b97e6db569c9d27f636cda0f110bdaf7415f08896480ac4

Contents?: true

Size: 837 Bytes

Versions: 9

Compression:

Stored size: 837 Bytes

Contents

<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| %>

    <%= 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 %>

    <%= f.form_group class: 'form-actions' do %>
      <%= submit_tag t('.submit_text'), class: 'btn btn-primary' %>
      <%= link_to users_path, class: 'btn btn-default pull-right' do %>
        <%= icon :times, t('chaltron.common.cancel') %>
      <% end %>
    <% end %>

  <% end %>

</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
chaltron-0.2.2 app/views/chaltron/ldap/search.html.erb
chaltron-0.2.1 app/views/chaltron/ldap/search.html.erb
chaltron-0.2.0 app/views/chaltron/ldap/search.html.erb
chaltron-0.1.6 app/views/chaltron/ldap/search.html.erb
chaltron-0.1.5 app/views/chaltron/ldap/search.html.erb
chaltron-0.1.4 app/views/chaltron/ldap/search.html.erb
chaltron-0.1.3 app/views/chaltron/ldap/search.html.erb
chaltron-0.1.2 app/views/chaltron/ldap/search.html.erb
chaltron-0.1.1 app/views/chaltron/ldap/search.html.erb