Sha256: 22f1a3b1581d6ffe7f1fc53278f9bd793b9dab2c9422070026f3be5e9d8adbfb
Contents?: true
Size: 800 Bytes
Versions: 79
Compression:
Stored size: 800 Bytes
Contents
h2 Current = render "renalware/medications/prescriptions/table", id: "current-prescriptions", patient: patient, treatable: treatable, prescriptions: current_prescriptions, search: current_search, current_scope: true .row .large-12.columns .right = link_to "Add Prescription", new_patient_prescription_path(patient, treatable), remote: true, class: %i(button tiny add_prescription) - if defined? historical_prescriptions h2 Historical = render "renalware/medications/prescriptions/table", id: "historical-prescriptions", patient: patient, treatable: treatable, prescriptions: historical_prescriptions, search: historical_prescriptions_search, current_scope: false
Version data entries
79 entries across 79 versions & 1 rubygems