<% if ::Refinery::Contacts::Admin::ContactsController.searchable? %>
-
<%= render '/refinery/admin/search', :url => refinery.contacts_admin_contacts_path %>
<% end %>
-
<%= link_to t('.create_new'), refinery.new_contacts_admin_contact_path,
:class => "add_icon" %>
<% if !searching? && ::Refinery::Contacts::Admin::ContactsController.sortable? && ::Refinery::Contacts::Contact.any? %>
-
<%= link_to t('.reorder', :what => "Contacts"),
refinery.contacts_admin_contacts_path,
:id => "reorder_action",
:class => "reorder_icon" %>
<%= link_to t('.reorder_done', :what => "Contacts"),
refinery.contacts_admin_contacts_path,
:id => "reorder_action_done",
:style => "display: none;",
:class => "reorder_icon" %>
<% end %>