Sha256: 85c94080d84ce103b907ace2d9add76b25066a9b5b231baea36b894e4e88b225

Contents?: true

Size: 1.13 KB

Versions: 14

Compression:

Stored size: 1.13 KB

Contents

.dashboard-content
  section.letters
    h2 Letters in Progress
    - if dashboard.letters_in_progress.any?
      #letters-in-progress
        = render "renalware/dashboard/letters/table", letters: dashboard.letters_in_progress
    - else
      p.empty-section= t(".letters.in_progress.none").html_safe

  section.bookmarks
    h2 Bookmarked Patients
    - if dashboard.bookmarks.any?
      #bookmarks
        = render "renalware/dashboard/bookmarks/table", bookmarks: dashboard.bookmarks
    - else
      p.empty-section= t(".bookmarks.none")

  section.messages
    h2 Messages
    - if dashboard.unread_messages_receipts.any?
      = render "renalware/messaging/shared/key"
      .unread-messages
        = render "renalware/messaging/internal/receipts/table",
                 receipts: dashboard.unread_messages_receipts
    - else
      p.empty-section= t(".messages.none")

  section.electonic_ccs
    h2 Electronic CCs
    - if dashboard.unread_electronic_ccs.any?
      = render "renalware/letters/electronic_receipts/table",
               receipts: dashboard.unread_electronic_ccs
    - else
      p.empty-section= t(".electronic_ccs.none")

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc10 app/views/renalware/dashboard/dashboards/_content.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/dashboard/dashboards/_content.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/dashboard/dashboards/_content.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/dashboard/dashboards/_content.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/dashboard/dashboards/_content.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/dashboard/dashboards/_content.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/dashboard/dashboards/_content.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/dashboard/dashboards/_content.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/dashboard/dashboards/_content.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/dashboard/dashboards/_content.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/dashboard/dashboards/_content.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/dashboard/dashboards/_content.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/dashboard/dashboards/_content.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/dashboard/dashboards/_content.html.slim