Sha256: ba85a43e4fe7f8fa4a22f52fc215d2aa96245d5a33690e7d5ece750323bf7e33

Contents?: true

Size: 445 Bytes

Versions: 24

Compression:

Stored size: 445 Bytes

Contents

<h1>Listing users</h1>

<table>
  <tr>
    <th>Name</th>
    <th></th>
    <th></th>
    <th></th>
  </tr>

<% @users.each do |user| %>
  <tr>
    <td><%= user.name %></td>
    <td><%= link_to 'Show', user %></td>
    <td><%= link_to 'Edit', edit_user_path(user) %></td>
    <td><%= link_to 'Destroy', user, method: :delete, data: { confirm: 'Are you sure?' } %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New User', new_user_path %>

Version data entries

24 entries across 24 versions & 6 rubygems

Version Path
deprecations_collector-0.0.1 test/dummy/app/views/users/index.html.erb
dom_for-1.2.0 spec/dummy/app/views/users/index.html.erb
dom_for-1.1.0 spec/dummy/app/views/users/index.html.erb
dom_for-1.0.3 spec/dummy/app/views/users/index.html.erb
dom_for-1.0.2 spec/dummy/app/views/users/index.html.erb
dom_for-1.0.1 spec/dummy/app/views/users/index.html.erb
dom_for-1.0.0 spec/dummy/app/views/users/index.html.erb
media_magick-0.4.1 spec/dummy/app/views/users/index.html.erb
media_magick-0.4.0 spec/dummy/app/views/users/index.html.erb
media_magick-0.3.3 spec/dummy/app/views/users/index.html.erb
media_magick-0.3.2 spec/dummy/app/views/users/index.html.erb
media_magick-0.3.0 spec/dummy/app/views/users/index.html.erb
untied-0.0.7.pre3 examples/rails-consumer/app/views/users/index.html.erb
acts-as-taggable-on-dynamic-0.0.3 samples/demo-plain/app/views/users/index.html.erb
acts-as-taggable-on-dynamic-0.0.2 samples/demo-plain/app/views/users/index.html.erb
kblog-0.0.4 test/dummy/app/views/users/index.html.erb
kblog-0.0.3 test/dummy/app/views/users/index.html.erb
kblog-0.0.2 test/dummy/app/views/users/index.html.erb
kblog-0.0.1 test/dummy/app/views/users/index.html.erb
untied-0.0.5 examples/rails-consumer/app/views/users/index.html.erb