Sha256: d6eacd8865a408f2b7eb71e684d2c1c1fa0d142d3a94bea86a09b5f3d79f7282

Contents?: true

Size: 1.47 KB

Versions: 7

Compression:

Stored size: 1.47 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/internal/messages/send_message_link",
                locals: { patient: patient, link_text: t(".send_message") }

li.link.action= render partial: "renalware/admissions/requests/create_request_link",
                locals: { patient: patient, link_text: t(".request_admission") }

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"

- if policy(patient).debug?
  li.link.action
    = link_to "Debug: UKRDC XML", api_ukrdc_patient_path(patient)
= render "renalware/admissions/requests/modal_dialog_placeholder"
= render "renalware/messaging/internal/messages/modal_dialog_placeholder"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc10 app/views/renalware/patients/side_menu/_actions.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/patients/side_menu/_actions.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/patients/side_menu/_actions.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/patients/side_menu/_actions.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/patients/side_menu/_actions.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/patients/side_menu/_actions.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/patients/side_menu/_actions.html.slim