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