Sha256: 1cbd960709731fc8c52728fbc68ed041e71207d3db7751594029e8ac724dc480
Contents?: true
Size: 1.12 KB
Versions: 3
Compression:
Stored size: 1.12 KB
Contents
li.heading.actions-heading= t(".heading") - bookmark = find_user_bookmark_for_patient(patient) - if bookmark.present? li.link.action= render partial: "renalware/patients/bookmarks/delete", locals: { bookmark: bookmark, link_text: t(".delete_bookmark") } - else li.link.action= render partial: "renalware/patients/bookmarks/new", locals: { patient: patient, link_text: t(".create_bookmark") } - if patient.worry.present? li.link.action= render partial: "renalware/patients/worries/delete", locals: { patient: patient } - else li.link.action= render partial: "renalware/patients/worries/new", locals: { patient: patient } li.link.action= render partial: "renalware/messaging/messages/send_message_link", locals: { patient: patient, link_text: t(".send_message") } = render "renalware/messaging/messages/modal_dialog_placeholder" li.link.action = render partial: "renalware/patients/alerts/create_alert_link", locals: { patient: patient, link_text: t(".create_alert") } = render "renalware/patients/alerts/modal_dialog_placeholder"
Version data entries
3 entries across 3 versions & 1 rubygems