Sha256: 16e7e7ee64eb5d431eb5349f4d23e4257decb31db42ab66a703a9660c49af2aa

Contents?: true

Size: 831 Bytes

Versions: 1

Compression:

Stored size: 831 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

1 entries across 1 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/views/renalware/letters/letters/edit.html.slim