Sha256: c80830119ff5279ea6a5a6066c36e40c89d367d938bf5901f6c92e107e075a94
Contents?: true
Size: 822 Bytes
Versions: 65
Compression:
Stored size: 822 Bytes
Contents
= content_for(:actions) do = link_to "Add", new_patient_prescription_path(@patient), remote: true, class: "button" | = link_to patient_prescriptions_path(@patient, treatable, format: :pdf), class: "button secondary with-icon", target: :blank do i.fas.fa-print | Print | = link_to patient_medications_home_delivery_prescriptions_path(@patient), class: "button secondary with-icon", target: :blank do i.fa.fa-print | Print home delivery drugs = within_patient_layout(title: "Prescriptions") do = render "filter_form", search: current_search, drug_types: drug_types, treatable: treatable = render "index", local_assigns
Version data entries
65 entries across 65 versions & 1 rubygems