diff --git a/app/views/favorites/theses.html.erb b/app/views/favorites/theses.html.erb index dc46c61..d552232 100644 --- a/app/views/favorites/theses.html.erb +++ b/app/views/favorites/theses.html.erb @@ -1,3 +1,34 @@ -<%= render(:partial => "nav")%> +<%= render(:partial => "nav") %> -
Fav Theses
\ No newline at end of file +| <%= 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' %> + | +