Sha256: 7a56d35b13916d48f0ebc8846baf9ecc22df1c9e5cecff8f1241769421c4b8f9

Contents?: true

Size: 275 Bytes

Versions: 21

Compression:

Stored size: 275 Bytes

Contents

<%= form_tag update_multiple_users_path, method: :post do %>
  <%= render partial: 'shared/collection/table', locals: { 
    type: 'users', collection: @users, columns: ['name', 'first_name', 'last_name', 'language'],
    options: { append_new_link: false }
  } %>
<% end %>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
voluntary-0.7.1 app/views/users/index.html.erb
voluntary-0.7.0 app/views/users/index.html.erb
voluntary-0.6.0 app/views/users/index.html.erb
voluntary-0.5.2 app/views/users/index.html.erb
voluntary-0.5.1 app/views/users/index.html.erb
voluntary-0.5.0 app/views/users/index.html.erb
voluntary-0.4.0 app/views/users/index.html.erb
voluntary-0.3.0 app/views/users/index.html.erb
voluntary-0.2.4 app/views/users/index.html.erb
voluntary-0.2.3 app/views/users/index.html.erb
voluntary-0.2.2 app/views/users/index.html.erb
voluntary-0.2.1 app/views/users/index.html.erb
voluntary-0.2.0 app/views/users/index.html.erb
voluntary-0.1.0 app/views/users/index.html.erb
voluntary-0.1.0.rc4 app/views/users/index.html.erb
voluntary-0.1.0.rc3 app/views/users/index.html.erb
voluntary-0.1.0.rc2 app/views/users/index.html.erb
voluntary-0.1.0.rc1 app/views/users/index.html.erb
voluntary-0.0.3 app/views/users/index.html.erb
voluntary-0.0.2 app/views/users/index.html.erb