Instruction Times
| Name | Position | <% for instruction_time in @instruction_times %>|||
|---|---|---|---|---|
| <%= instruction_time.name %> | <%= instruction_time.position %> | <%= link_to "Show", [:admin, instruction_time] %> | <%= link_to "Edit", edit_admin_instruction_time_path(instruction_time) %> | <%= link_to "Destroy", [:admin, instruction_time], :confirm => 'Are you sure?', :method => :delete %> |
<%= link_to "New Instruction Time", new_admin_instruction_time_path %>