>
| <%= 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" %> |
<% end %>