Sha256: 8c2c5de9c8cfd546746efaf71ebd40198fbb405bdb50c2522aa2f9566ca6f2a1
Contents?: true
Size: 756 Bytes
Versions: 119
Compression:
Stored size: 756 Bytes
Contents
.modal .modal__header h2= slot.patient = 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_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_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
119 entries across 119 versions & 1 rubygems