Sha256: b5deb29b43fe184d3676d99ecfe5315146d4ec5128f2ad39fb8e63cfe59aa817

Contents?: true

Size: 833 Bytes

Versions: 4

Compression:

Stored size: 833 Bytes

Contents

= content_for(:actions) do
  = link_to "Preview", patient_letters_letter_path(patient, letter), class: "button secondary"

= within_patient_layout(title: "Edit Letter",
    breadcrumbs: [ breadcrumb_for("Letters", patient_letters_letters_path(patient)) ]) do

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

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

= 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.beta11 app/views/renalware/letters/letters/edit.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/letters/letters/edit.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/letters/letters/edit.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/letters/letters/edit.html.slim