<%= render(:partial => "nav") %>

Favorite Theses

<% if !@favorite_theses[0].blank? %>
<% for thesis in @favorite_theses %> <% end %>
<%= sortable "Title", "title" %> <%= sortable "Registration Date", "created_at" %>
<%= thesis['title'] %> <%= thesis['created_at'] %>
<%= button_to 'Details', crawlers_theses_crawler_show_detail_url(:id => thesis['id']) %> <%= button_to 'Delete', {:action => "delete_thesis", :id => thesis['id']}, :method => 'delete' %>
<% else %> No favorite theses added yet! <% end %>