Sha256: 73639c911e5b118bc748276a0fabc2ec758c10752cdc91da40fca9a40daf1b68

Contents?: true

Size: 360 Bytes

Versions: 10

Compression:

Stored size: 360 Bytes

Contents

<%= link_to(contact.status, edit_contact_path(contact),
            :title => t("contact.#{ contact.action }.title", :name => contact.receiver.name)) %>

<% if controller.controller_name == "contacts" %>

<br/>
<%= link_to(t('contact.delete'), contact_path(contact), :action => :destroy, :confirm => t('contact.confirm_delete'), :remote => true) %>

<% end %>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
social_stream-0.11.5 base/app/views/contacts/_link.html.erb
social_stream-0.11.4 base/app/views/contacts/_link.html.erb
social_stream-0.11.3 base/app/views/contacts/_link.html.erb
social_stream-base-0.9.19 app/views/contacts/_link.html.erb
social_stream-0.11.2 base/app/views/contacts/_link.html.erb
social_stream-base-0.9.18 app/views/contacts/_link.html.erb
social_stream-0.11.1 base/app/views/contacts/_link.html.erb
social_stream-base-0.9.16 app/views/contacts/_link.html.erb
social_stream-0.11.0 base/app/views/contacts/_link.html.erb
social_stream-base-0.9.15 app/views/contacts/_link.html.erb