Sha256: 169135eb2acca22f4806681a96ffc29728918c97e0bc8e878a2135bb60f18687
Contents?: true
Size: 606 Bytes
Versions: 68
Compression:
Stored size: 606 Bytes
Contents
$('#alerts').html("<%= escape_javascript(render partial: 'think_feel_do_engine/shared/alerts', locals: { alert: alert, notice: notice }) %>"); $('#active-patient-<%= @membership.participant_id %>').replaceWith("<%= escape_javascript(render partial: 'think_feel_do_engine/coach/patient_dashboards/active_patient', object: @membership.participant )%>"); $('#inactive-patient-<%= @membership.participant_id %>').replaceWith("<%= escape_javascript(render partial: 'think_feel_do_engine/coach/patient_dashboards/inactive_patient', object: @membership.participant )%>"); $(document).trigger('patient:rendered');
Version data entries
68 entries across 68 versions & 1 rubygems