<%- reset_tab_index %>
<% form_for(@new_context, :html => {:id => 'context-form',:name=>'context',:class => "inline-form", :method => :post }) do -%>
<%= error_messages_for('context') %>

<%= text_field( "context", "name", :tabindex => next_tab_index ) %>
<%= check_box( "context", "hide", {:tabindex => next_tab_index} ) %>


<% end -%>