<% @saved_searches.each do |s| %> > <% end %>
<%= I18n.t('name') %> <%= I18n.t('date_label') %> <%= I18n.t('photo') %> RSS
<%= link_to(s.name, home_path(:saved_search_id => s.id ), class: 'no_remote') %> <%= I18n.l s.date %> <%= s.photos_count %> <%= link_to image_tag('rss.png', :title => 'RSS'), {controller: :home, action: :feed, format: :rss, :saved_search_id => s.id}, :target => '_blank' %> <%= link_to image_tag('trash.png', :title => I18n.t('bin')), saved_search_path(s.id), method: :delete, data: { confirm: I18n.t('are_you_sure') } %> <%= link_to I18n.t("rename"), edit_saved_search_path(s.id), class: "btn btn-default btn-xs" %>
<% if params[:search] != nil %> <%= link_to I18n.t("save"),new_saved_search_path(:search => params[:search]), class: "btn btn-default btn-xs" %> <% end %>