Displaying 1 result from an estimated 1 matches for "email_professors".
2011 Oct 07
0
will_paginate + RJS error
......"%>
<%end%>
<div id="search_professors">
<%= render :partial => "course/professors_list" %>
</div>
<br/>
<% end %>
The partial inside the view:
<h1> Professors List</h1>
<% form_tag(''/user/email_professors'', :method => :post) do%>
<% if !...@professors.empty? %>
<table class="course" id="mats">
<tr class="header">
<th></th> <th>Name</th> <th>Address</th> <th>Action</th&...