Sha256: 5b7dc466473408738717909f44284fe4e684afcb094a1bdb7d19de4e7377f338

Contents?: true

Size: 485 Bytes

Versions: 2

Compression:

Stored size: 485 Bytes

Contents

<h1>Listing task_types</h1>

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

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

<br />

<%= link_to 'New Task type', new_task_type_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

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