Results for "<%= params[:search_term] %>"
<% @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 %>