%= render(:partial => "nav") %>
| <%= 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' %> |