Sha256: 24d2ddb1c48506a196ad900ee8de1ca8ca00817d5f82599fd3cb4c1d39beab70

Contents?: true

Size: 293 Bytes

Versions: 2

Compression:

Stored size: 293 Bytes

Contents

article.bookmarks
  header
    h2.title= t(".title")
    ul
      li= link_to t("btn.view_all"), renalware.bookmarks_path, class: "button"

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/components/renalware/patients/bookmarks_component.html.slim
renalware-core-2.1.0 app/components/renalware/patients/bookmarks_component.html.slim