Sha256: 9b424ec0c36f3a398fc796282cd6c806976860c1f2a3b0d8a37fda2ff0bfc035

Contents?: true

Size: 388 Bytes

Versions: 17

Compression:

Stored size: 388 Bytes

Contents

= content_for(:actions) do
  = link_to("Add", new_admissions_consult_path, class: :button)

= within_admin_layout(title: "Admission Consults") do
  .panel.radius.compact
    | If the patient is not on Renalware yet, please 
    = link_to("add them", new_patient_path)
    |  first

  = render "filters", query: query
  = render "table", consults: consults
  = paginate consults

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
renalware-core-2.0.2 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.1 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.0 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/admissions/consults/index.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/admissions/consults/index.html.slim