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

Version Path
refinerycms-contacts-0.2.0 app/views/refinery/contacts/admin/contacts/_contact.html.erb
refinerycms-contacts-0.1.2 app/views/refinery/contacts/admin/contacts/_contact.html.erb
refinerycms-contacts-0.1.1 app/views/refinery/contacts/admin/contacts/_contact.html.erb
refinerycms-contacts-0.1.0 app/views/refinery/contacts/admin/contacts/_contact.html.erb