Sha256: fb6615a5e511ccd96c638c344364e0cb5e50e05dee3ef180811efc1a1cc3c372

Contents?: true

Size: 697 Bytes

Versions: 4

Compression:

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

= 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/edit.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/letters/letters/edit.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/letters/letters/edit.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/letters/letters/edit.html.slim