Name | Location | Start date | End date | ||
---|---|---|---|---|---|
<%=h session.name %> | <%=h session.location.name %> | <%=h session.start_date %> | <%=h session.end_date %> | <%= link_to 'Edit', edit_location_session_path(@location.id, session.id) %> | <%= link_to 'Destroy', location_session_path(@location.id, session.id ), :confirm => 'Are you sure?', :method => :delete %> |