%= render :partial => "crawlers/header", :locals => {:context => "Theses"} %>
<% if @theses %>
<% @theses.each_with_index do |thesis| %>
-
<%= link_to crawlers_theses_crawler_show_detail_url(:id => thesis['id'], :title => thesis['title']) do %>
<%= thesis['title'] %>
<% end %>
<%= link_to crawlers_theses_crawler_add_to_fav_url(:id => thesis['id'], :title => thesis['title']) do %>
<%= show_svg('favorite-24px.svg') %>
<% end %>
<% end %>
<% else %>
Could not find anything... Please try again.
<% end %>