%= render(:partial => "nav") %>
<% if !@favorite_theses[0].blank? %>| <%= thesis['title'] %> | <%= thesis['created_at'] %> |
|
<% if thesis['personal_annotation'] != nil %>
Annotation: <%= thesis['personal_annotation'] %>
<% end %>
|