<%= form_tag( url_for(:controller => 'organizations', :action => 'teacher_search'), :remote => true , :method => 'get', :id => 'resource_search_form') do %> <%= submit_tag '', :class => 'homepageSearchIcon', :onfocus => 'this.blur();', :style => 'border-style:none', :class => "teacher-search-icon fl" %> <% end %>
<%=render 'organizations/org_teachers_list' %>