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 %> |