Sha256: 83a7bc6325b3bb348530df32d831ca37c5d76846117b91e14fa9f97cba9d199f

Contents?: true

Size: 419 Bytes

Versions: 177

Compression:

Stored size: 419 Bytes

Contents

<% if @exit_site_infection.valid? %>
  $("#infection").replaceWith("<%= escape_javascript(
    render "details", patient: @patient, exit_site_infection: @exit_site_infection
  ) %>");

<% else %>
  $("<%= dom_id(@exit_site_infection, "#edit")%>").replaceWith("<%= escape_javascript(
    render "form", patient: @patient, exit_site_infection: @exit_site_infection
  ) %>");
  initDatepickersIn("#infection");

<% end %>

Version data entries

177 entries across 177 versions & 1 rubygems

Version Path
renalware-core-2.0.104 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.103 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.102 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.101 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.100 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.99 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.98 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.97 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.96 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.95 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.94 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.93 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.92 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.91 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.90 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.89 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.88 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.87 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.86 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.85 app/views/renalware/pd/exit_site_infections/update.js.erb