Sha256: 56e9ded622a20101e124b26ac61dff261fb7083b97f5120646e862adffc43e58
Contents?: true
Size: 840 Bytes
Versions: 20
Compression:
Stored size: 840 Bytes
Contents
article header h2 Current ul li = link_to "Add Prescription", new_patient_prescription_path(patient, treatable), remote: true, class: %i(button add_prescription) = render "renalware/medications/prescriptions/table", id: "current-prescriptions", patient: patient, treatable: treatable, prescriptions: current_prescriptions, search: current_search, current_scope: true - if defined? historical_prescriptions article header 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
20 entries across 20 versions & 1 rubygems