Sha256: d441e73ab0a5c480fd87881b0f7263481a28c44de5253a70e35f6fe89ce97bde
Contents?: true
Size: 943 Bytes
Versions: 43
Compression:
Stored size: 943 Bytes
Contents
.modal .modal__header h2 = link_to(patient_clinical_summary_path(slot.patient), target: "_blank") do = slot.patient.to_s(:default) | i.fa.fa-external-link-square-alt = render "renalware/shared/modal_close_link" .modal__body = render "renalware/shared/errors", model: slot p.which-diary= slot.description /- unless slot.diary.master? = link_to "Remove them", hd_scheduling_diary_slot_path(slot.diary, slot), method: :delete, remote: true, class: "button alert" / - destroy_btn_title = slot.diary.master ? "Remove" : "Remove and revert to master diary" / = link_to destroy_btn_title, / hd_scheduling_diary_slot_path(slot.diary, slot), / method: :delete, / remote: true, / class: "button alert" h2 Replace with another patient = render "form", slot: slot
Version data entries
43 entries across 43 versions & 1 rubygems