Sha256: 983f1173dafa5d7e03d5e077cba66e1c96be29fae13f05e4807210e371070a75
Contents?: true
Size: 634 Bytes
Versions: 4
Compression:
Stored size: 634 Bytes
Contents
<li class='clearfix record <%= cycle("on", "on-hover") %>' id="<%= dom_id(contact) -%>"> <span class='title'> <%= contact.title %> </span> <span class='actions'> <%= link_to refinery_icon_tag("application_edit.png"), refinery.edit_contacts_admin_contact_path(contact), :title => t('.edit') %> <%= link_to refinery_icon_tag("delete.png"), refinery.contacts_admin_contact_path(contact), :class => "cancel confirm-delete", :title => t('.delete'), :confirm => t('message', :scope => 'refinery.admin.delete', :title => contact.title), :method => :delete %> </span> </li>
Version data entries
4 entries across 4 versions & 1 rubygems