Sha256: 2e465d7a1c39dca65e8032c4a966b146d0bd5695ad93b85c29b9f00471bd272a

Contents?: true

Size: 623 Bytes

Versions: 125

Compression:

Stored size: 623 Bytes

Contents

- opts = { title: "Investigations", navigation_partial: "renalware/pathology/navigation" }
= within_patient_layout(opts) do
  - if observation_requests.empty?
    p No investigations available for this patient.

  - else
    p.hint Hover over table then scroll vertically to view more results.
    .row
      #observation-requests.large-6.columns.embedded-scroll
        = render "table", observation_requests: observation_requests, patient: patient

      .large-6.columns
        #observations
          table
            tbody
              tr
                td Select an investigation on the left to view observations

Version data entries

125 entries across 125 versions & 1 rubygems

Version Path
renalware-core-2.0.113 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.112 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.111 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.110 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.109 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.108 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.106 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.105 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.104 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.103 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.102 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.101 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.100 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.99 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.98 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.97 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.96 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.95 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.94 app/views/renalware/pathology/observation_requests/index.html.slim
renalware-core-2.0.93 app/views/renalware/pathology/observation_requests/index.html.slim