Sha256: 7dcfba024ac0c5990541448ccc7f90744e8174759cd212f4c0de539dd0c5d8a9

Contents?: true

Size: 491 Bytes

Versions: 11

Compression:

Stored size: 491 Bytes

Contents

= simple_form_for [patient, exit_site_infection],
                  html: { class: local_assigns[:form_class], autocomplete: "off" },
                  remote: true,
                  wrapper: :horizontal_form do |f|

  = render "fields", f: f
  .row
    .large-offset-3.large-7.columns
      = f.button :submit, "Save", class: :tiny
      span= " or "
      = link_to "cancel",
                patient_pd_exit_site_infection_path(patient, exit_site_infection),
                remote: true

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc3 app/views/renalware/pd/exit_site_infections/_form.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/pd/exit_site_infections/_form.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/pd/exit_site_infections/_form.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/pd/exit_site_infections/_form.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/pd/exit_site_infections/_form.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/pd/exit_site_infections/_form.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/pd/exit_site_infections/_form.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/pd/exit_site_infections/_form.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/pd/exit_site_infections/_form.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/pd/exit_site_infections/_form.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/pd/exit_site_infections/_form.html.slim