Sha256: 3f24282b50161f8bce4e5803cb9c31622e8fc2a8bf6cc3a15b28f2c2dd88df18

Contents?: true

Size: 367 Bytes

Versions: 18

Compression:

Stored size: 367 Bytes

Contents

= within_patient_layout title: "Historical Pathology Results",
                        navigation_partial: "renalware/pathology/navigation" do
  - if rows.empty?
    p No results available for this patient.

  - else
    p.hint Hover over table then scroll horizontally to view more results.

    .embedded-scroll
      = table.render(rows)

    = paginate paginator

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc10 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/pathology/historical_observation_results/index.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/pathology/historical_observation_results/index.html.slim