Sha256: 35ae1f5de63da0311102ec004e43289f37de508347f9be617f557d33c769b806

Contents?: true

Size: 263 Bytes

Versions: 6

Compression:

Stored size: 263 Bytes

Contents

<% 
  new_contact = @contact.pending? ? current_subject.pending_contacts.last : current_subject.suggestion 
  render_string = new_contact.present? ? render(new_contact) : ""
%>

$('#<%= dom_id(@contact) %>').replaceWith("<%= escape_javascript render_string %>");

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
social_stream-base-0.7.2 app/views/contacts/destroy.js.erb
social_stream-base-0.7.1 app/views/contacts/destroy.js.erb
social_stream-base-0.7.0 app/views/contacts/destroy.js.erb
social_stream-base-0.6.8 app/views/contacts/destroy.js.erb
social_stream-base-0.6.6 app/views/contacts/destroy.js.erb
social_stream-base-0.6.5 app/views/contacts/destroy.js.erb