Sha256: 7ded639c9c657c9f694a6fdc3c0cd7bc7294581d080a1cee4e2912f00ffd6f2e

Contents?: true

Size: 650 Bytes

Versions: 70

Compression:

Stored size: 650 Bytes

Contents

- cache_if(summary_part.cache?, summary_part) do
  #letters.summary-part--letters
    article
      header
        h2
          = link_to "Letters (#{summary_part.letters_count})",
                    patient_letters_letters_path(summary_part.patient)

        ul
          li= link_to patient_letters_letters_path(summary_part.patient), class: "button" do
                | Draft letter
          li= link_to patient_letters_letters_path(summary_part.patient), class: "button" do
                | View All

      = render "renalware/letters/letters/table",
               letters: summary_part.letters,
               patient: summary_part.patient

Version data entries

70 entries across 70 versions & 1 rubygems

Version Path
renalware-core-2.0.11 app/views/renalware/letters/_summary_part.html.slim
renalware-core-2.0.9 app/views/renalware/letters/_summary_part.html.slim
renalware-core-2.0.8 app/views/renalware/letters/_summary_part.html.slim
renalware-core-2.0.7 app/views/renalware/letters/_summary_part.html.slim
renalware-core-2.0.5 app/views/renalware/letters/_summary_part.html.slim
renalware-core-2.0.4 app/views/renalware/letters/_summary_part.html.slim
renalware-core-2.0.3 app/views/renalware/letters/_summary_part.html.slim
renalware-core-2.0.2 app/views/renalware/letters/_summary_part.html.slim
renalware-core-2.0.1 app/views/renalware/letters/_summary_part.html.slim
renalware-core-2.0.0 app/views/renalware/letters/_summary_part.html.slim