Sha256: 4ed019ad7d08f4ce3ab11d5f549d67c72d4df2357951cc74ad9a1ade581206a0
Contents?: true
Size: 680 Bytes
Versions: 19
Compression:
Stored size: 680 Bytes
Contents
article header h2 GP = link_to "Edit", edit_patient_primary_care_physician_path(patient), class: "button change-gp", data: { "reveal-id" => "change-gp-modal", "reveal-ajax" => "true" } dl.dl-horizontal dt GP: - if patient.primary_care_physician.present? dd= patient.primary_care_physician - else dd None - if patient.practice dt Practice dd = patient.practice.name br = Renalware::AddressPresenter::Block.new(patient.practice.address).to_html / This is where the Find GP modal will be inserted in an Ajax call #change-gp-modal.reveal-modal.medium(data-reveal)
Version data entries
19 entries across 19 versions & 1 rubygems