Sha256: cafa6bb816daae711628184a5e1216ef5039e7e79f4b52e3ae325dd01236c5ce

Contents?: true

Size: 569 Bytes

Versions: 2

Compression:

Stored size: 569 Bytes

Contents

<h1>Listing tests_ajaxes</h1>

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

<% @ajaxes.each do |tests_ajaxis| %>
  <tr>
    <td><%= tests_ajaxis.name %></td>
    <td><%= tests_ajaxis.description %></td>
    <td><%= link_to 'Show', tests_ajaxis %></td>
    <td><%= link_to 'Edit', edit_tests_ajaxis_path(tests_ajaxis) %></td>
    <td><%= link_to 'Destroy', tests_ajaxis, confirm: 'Are you sure?', method: :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New Ajax', new_tests_ajaxis_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
guara-0.0.3 app/views/tests/ajaxes/index.html.erb
guara-0.0.1.rc app/views/tests/ajaxes/index.html.erb