Sha256: 062ef27aaf1cb1f5d5234335b96161cfa2c5d251790633181cc4f716dc5e493a

Contents?: true

Size: 565 Bytes

Versions: 2

Compression:

Stored size: 565 Bytes

Contents

<h1>Listing system_task_status</h1>

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

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

<br />

<%= link_to 'New System task statu', new_system_task_statu_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

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