Listing Flow Cells

<%= link_to 'New Flow Cell', new_flow_cell_path %> <% for flow_cell in @flow_cells %> <% end %>

Date

Name

Status

Comment

Show

Edit

Destroy

<%=h flow_cell.date_generated.strftime("%Y/%m/%d") %> <%=h flow_cell.name %> <%=h flow_cell.status %> <%=h flow_cell.comment %> <%= link_to 'Show', flow_cell %> <%= link_to 'Edit', edit_flow_cell_path(flow_cell) %> <%= link_to 'Destroy', flow_cell, :confirm => 'Are you sure?', :method => :delete %>
<%= render :partial => 'shared/tinytable', :locals => {:sort_column => 0} %>