<% title "Instruction Times" %>

Instruction Times

<% for instruction_time in @instruction_times %> <% end %>
Name Position
<%= 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 %>