Sha256: 7fa114aa351960652d5c613d89363208b4896916583355fbe5a87fca729a0dcf

Contents?: true

Size: 635 Bytes

Versions: 4

Compression:

Stored size: 635 Bytes

Contents

- i18_scope = letter.clinical? ? "clincal" : "simple"

= within_patient_layout(title: t(".#{i18_scope}.page_title"),
                        breadcrumbs: letters_breadcrumb(patient)) do

  .document
    = simple_form_for letter,
        url: patient_letters_letters_path(patient, letter.event),
        as: :letter,
        wrapper: "horizontal_form",
        html: { id: "letter-form", autocomplete: "off" } do |f|

      = render "form", f: f, patient: patient, contact: contact, contacts: contacts

= render "add_contact",
          patient: patient,
          contact: contact,
          contact_descriptions: contact_descriptions

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta7 app/views/renalware/letters/letters/new.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/letters/letters/new.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/letters/letters/new.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/letters/letters/new.html.slim