Sha256: f515772931eaf32f2590801df4400f75fb0c02c804e32bed8aae895f7073f4b2
Contents?: true
Size: 928 Bytes
Versions: 4
Compression:
Stored size: 928 Bytes
Contents
<ul> <% if ::Refinery::Contacts::Admin::ContactsController.searchable? %> <li> <%= render '/refinery/admin/search', :url => refinery.contacts_admin_contacts_path %> </li> <% end %> <li> <%= link_to t('.create_new'), refinery.new_contacts_admin_contact_path, :class => "add_icon" %> </li> <% if !searching? && ::Refinery::Contacts::Admin::ContactsController.sortable? && ::Refinery::Contacts::Contact.any? %> <li> <%= 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" %> </li> <% end %> </ul>
Version data entries
4 entries across 4 versions & 1 rubygems