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.62 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.61 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.60 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.58 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.57 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.56 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.55 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.54 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.53 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.52 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.51 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.50 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.48 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.47 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.46 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.45 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.44 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.43 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.42 app/views/renalware/pd/exit_site_infections/update.js.erb
renalware-core-2.0.41 app/views/renalware/pd/exit_site_infections/update.js.erb